C# 클래스 ModelBuilder.UnitTests.EnumerableTypeCreatorTests

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

비공개 메소드들

메소드 설명
AutoDetectConstructorReturnsFalseTest ( ) : void
AutoPopulateReturnsFalseTest ( ) : void
CanCreateReturnsWhetherTypeIsSupportedTest ( Type type, bool supported ) : void
CanCreateThrowsExceptionWithNullTypeTest ( ) : void
CanPopulateReturnsWhetherTypeIsSupportedTest ( Type type, bool supported ) : void
CanPopulateThrowsExceptionWithNullTypeTest ( ) : void
CreateChildItemThrowsExceptionWithNullExecuteStrategyTest ( ) : void
CreateDoesNotPopulateListTest ( ) : void
CreateReturnsInstanceTest ( Type type ) : void
CreateReturnsNewListOfSpecfiedTypeTest ( Type targetType ) : void
CreateThrowsExceptionWithNullTypeTest ( ) : void
CreateValidatesWhetherTypeIsSupportedTest ( Type type, bool supported ) : void
PopulateAddsItemsToCollectionFromExecuteStrategyTest ( ) : void
PopulateAddsItemsToInstancesTest ( Type type ) : void
PopulateAddsItemsToListFromExecuteStrategyTest ( ) : void
PopulateCanAddItemsBasedOnPreviousItemTest ( ) : void
PopulateThrowsExceptionWithNullInstanceTest ( ) : void
PopulateThrowsExceptionWithNullStrategyTest ( ) : void
PopulateThrowsExceptionWithUnsupportedTypeTest ( ) : void
ProrityReturnsHigherThanDefaultTypeCreatorTest ( ) : void
SettingAutoPopulateCountShouldNotChangeDefaultAutoPopulateCountTest ( ) : void
SettingDefaultAutoPopulateCountOnlyAffectsNewInstancesTest ( ) : void