C# Class ModelBuilder.UnitTests.RandomGeneratorTests

Datei anzeigen Open project: roryprimrose/ModelBuilder

Private Methods

Method Description
GetMaxEvaluatesRequestedTypeTest ( Type type, bool typeSupported, double min, double max ) : void
GetMaxThrowsExceptionWithNullTypeTest ( ) : void
GetMinEvaluatesRequestedTypeTest ( Type type, bool typeSupported, double min, double max ) : void
GetMinThrowsExceptionWithNullTypeTest ( ) : void
IsSupportedEvaluatesRequestedTypeTest ( Type type, bool typeSupported, double min, double max ) : void
IsSupportedThrowsExceptionWithNullTypeTest ( ) : void
NextValueByteArrayPopulatesBufferTest ( ) : void
NextValueForByteArrayThrowsExceptionWithNullBufferTest ( ) : void
NextValueWithTypeCanEvalutateManyTimesTest ( Type type, bool typeSupported, object min, object max ) : void
NextValueWithTypeCanReturnNonMaxValuesTest ( ) : void
NextValueWithTypeCanReturnNonMinValuesTest ( ) : void
NextValueWithTypeDoesNotReturnInfinityForDoubleTest ( ) : void
NextValueWithTypeReturnsDecimalValuesTest ( Type type ) : void
NextValueWithTypeReturnsNewValueTest ( Type type, bool typeSupported, double min, double max ) : void
NextValueWithTypeReturnsRandomValueTest ( Type type, bool typeSupported, double min, double max ) : void
NextValueWithTypeThrowsExceptionWhenMinimumGreaterThanMaximumTest ( ) : void
NextValueWithTypeThrowsExceptionWithNonNumericMaximumTest ( ) : void
NextValueWithTypeThrowsExceptionWithNonNumericMinimumTest ( ) : void
NextValueWithTypeThrowsExceptionWithNullMaximumTest ( ) : void
NextValueWithTypeThrowsExceptionWithNullMinimumTest ( ) : void
NextValueWithTypeThrowsExceptionWithNullTypeTest ( ) : void
NextValueWithTypeValidatesRequestedTypeTest ( Type type, bool typeSupported, double min, double max ) : void