C# 클래스 ModelBuilder.UnitTests.RandomGeneratorTests

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

비공개 메소드들

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