C# Класс ModelBuilder.UnitTests.ArrayTypeCreatorTests

Показать файл Открыть проект

Приватные методы

Метод Описание
CanCreateReturnsWhetherTypeIsSupportedTest ( Type type, bool supported ) : void
CanCreateThrowsExceptionWithNullTypeTest ( ) : void
CanPopulateReturnsWhetherTypeIsSupportedTest ( Type type, bool supported ) : void
CanPopulateThrowsExceptionWithNullTypeTest ( ) : void
CreateChildItemThrowsExceptionWithNullExecuteStrategyTest ( ) : void
CreateReturnsInstanceTest ( Type type ) : void
CreateThrowsExceptionWithNullTypeTest ( ) : void
CreateValidatesWhetherTypeIsSupportedTest ( Type type, bool supported ) : void
DefaultMaxCountIsPositiveTest ( ) : void
DisablesAutoConstructorDetectionTest ( ) : void
DisablesAutoPopulateTest ( ) : void
PopulateAddsItemsToCollectionFromExecuteStrategyTest ( ) : void
PopulateAddsItemsToListFromExecuteStrategyTest ( ) : void
PopulateCanAddItemsBasedOnPreviousItemTest ( ) : void
PopulateInferesItemTypeByArrayTypeWhenFirstItemIsNullTest ( ) : void
PopulateReturnsEmptyArrayWhenSourceHasZeroLengthTest ( ) : void
PopulateThrowsExceptionWithNullInstanceTest ( ) : void
PopulateThrowsExceptionWithNullStrategyTest ( ) : void
PopulateThrowsExceptionWithUnsupportedTypeTest ( ) : void
ProrityReturnsHigherThanDefaultTypeCreatorTest ( ) : void
SettingDefaultMaxCountOnlyAffectsNewInstancesTest ( ) : void
SettingMaxCountShouldNotChangeDefaultMaxCountTest ( ) : void