C# Class ModelBuilder.UnitTests.EnumerableTypeCreatorTests

Datei anzeigen Open project: roryprimrose/ModelBuilder

Private Methods

Method Description
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