C# 클래스 ModelBuilder.UnitTests.ArrayTypeCreatorTests

파일 보기 프로젝트 열기: roryprimrose/ModelBuilder

비공개 메소드들

메소드 설명
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