BusinessLogic.Tests.UnitTests.CachingTests.CacheServiceTests.EvictItemFromCacheTests.ItDoesNothingIfItAttemptsToEvictSomethingThatIsntInTheCache C# (CSharp) Метод

ItDoesNothingIfItAttemptsToEvictSomethingThatIsntInTheCache() приватный Метод

private ItDoesNothingIfItAttemptsToEvictSomethingThatIsntInTheCache ( ) : void
Результат void
        public void ItDoesNothingIfItAttemptsToEvictSomethingThatIsntInTheCache()
        {
            //--act
            _autoMocker.ClassUnderTest.EvictItemFromCache("some cache key that isn't in the cache");
        }