C# Class Habanero.Testability.ValidValidGeneratorImage

Generates a valid value for PropDef of type DateTime.
Inheritance: ValidValueGenerator
Afficher le fichier Open project: Chillisoft/habanero.testability

Méthodes publiques

Méthode Description
GenerateValidValue ( ) : object

Generates a valid value taking into account only the IPropRules. I.e. any InterPropRules will not be taken into account. The IValidValueGeneratorNumeric's methods are used by the BOTestFactory to create valid values taking into account InterPropRules

ValidValidGeneratorImage ( IPropDef propDef ) : Habanero.Base

Method Details

GenerateValidValue() public méthode

Generates a valid value taking into account only the IPropRules. I.e. any InterPropRules will not be taken into account. The IValidValueGeneratorNumeric's methods are used by the BOTestFactory to create valid values taking into account InterPropRules
public GenerateValidValue ( ) : object
Résultat object

ValidValidGeneratorImage() public méthode

public ValidValidGeneratorImage ( IPropDef propDef ) : Habanero.Base
propDef IPropDef
Résultat Habanero.Base