AutoMoq.Unity.AutoMockingBuilderStrategy.ThisIsNotTheTypeThatIsBeingResolvedForTesting C# (CSharp) Метод

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

private ThisIsNotTheTypeThatIsBeingResolvedForTesting ( Type type ) : bool
type System.Type
Результат bool
        private bool ThisIsNotTheTypeThatIsBeingResolvedForTesting(Type type)
        {
            var mocker = ioc.Resolve<AutoMoqer>();
            return (mocker.ResolveType == null || mocker.ResolveType != type);
        }