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
|
|
GenerateValidValueGreaterThan ( object minValue ) : object |
Generates a Valid Value taking IPropRule and minValue into account.
|
|
GenerateValidValueLessThan ( object maxValue ) : object |
Generates a Valid Value taking IPropRule and maxValue into account.
|
|
ValidValueGeneratorDate ( IPropDef propDef ) : Habanero.Base |
Construct a Valid Value Generator with a PropDef
|
Method | Description | |
---|---|---|
GenerateValidValue ( System.DateTime overridingMinValue, System.DateTime overridingMaxValue ) : System.DateTime | ||
GetMaxValue ( IPropRuleComparable |
||
GetMinValue ( IPropRuleComparable |
public GenerateValidValueGreaterThan ( object minValue ) : object | ||
minValue | object | |
return | object |
public GenerateValidValueLessThan ( object maxValue ) : object | ||
maxValue | object | |
return | object |
public ValidValueGeneratorDate ( IPropDef propDef ) : Habanero.Base | ||
propDef | IPropDef | |
return | Habanero.Base |