C# Class Habanero.Testability.ValidValidGeneratorByteArray

Generates a valid value for PropDef of type DateTime.
Inheritance: ValidValueGenerator
Mostrar archivo Open project: Chillisoft/habanero.testability

Public Methods

Method 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

ValidValidGeneratorByteArray ( IPropDef propDef ) : Habanero.Base

Method Details

GenerateValidValue() public method

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
return object

ValidValidGeneratorByteArray() public method

public ValidValidGeneratorByteArray ( IPropDef propDef ) : Habanero.Base
propDef IPropDef
return Habanero.Base