C# Class ModelBuilder.UnitTests.GuidValueGeneratorTests

Afficher le fichier Open project: roryprimrose/ModelBuilder

Private Methods

Méthode Description
GenerateCanReturnNullAndRandomValuesTest ( ) : void
GenerateEvaluatesWhetherTypeIsSupportedTest ( Type type, bool supportedType ) : void
GenerateReturnsRandomGuidValueTest ( ) : void
IsSupportedReturnsWhetherTypeIsSupportedTest ( Type type, bool supportedType ) : void
IsSupportedThrowsExceptionWithNullTypeTest ( ) : void