C# Class ModelBuilder.UnitTests.CountValueGeneratorTests

Datei anzeigen Open project: roryprimrose/ModelBuilder

Private Methods

Method Description
GenerateCanEvalutateManyTimesTest ( Type type, bool isSupported, double min, double max ) : void
GenerateCanReturnNullAndNonNullValuesTest ( ) : void
GenerateReturnsNewValueTest ( Type type, bool isSupported, double min, double max ) : void
GenerateThrowsExceptionWhenReferenceNotCountTest ( Type type, bool isSupported, double min, double max ) : void
GenerateValidatesRequestedTypeTest ( Type type, bool isSupported, double min, double max ) : void
IsSupportedEvaluatesRequestedReferenceNameTest ( string referenceName, bool isSupported ) : void
IsSupportedEvaluatesRequestedTypeTest ( Type type, bool isSupported, double min, double max ) : void
IsSupportedReturnsFalseWhenReferenceNameIsNullTest ( Type type, bool isSupported, double min, double max ) : void
IsSupportedReturnsFalseWhenReferenceNameNotCountTest ( Type type, bool isSupported, double min, double max ) : void
IsSupportedReturnsTrueWhenReferenceNameIsCountTest ( Type type, bool isSupported, double min, double max ) : void
IsSupportedThrowsExceptionWithNullTypeTest ( ) : void
PriorityReturnsGreaterThanNumericValueGeneratorTest ( ) : void
SettingDefaultMaxCountOnlyAffectsNewInstancesTest ( ) : void
SettingMaxCountShouldNotChangeDefaultMaxCountTest ( ) : void