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
|
|
ValidValueGeneratorRegEx ( ISingleValueDef singleValueDef, string regExPhrase ) : System |
Creates a new instance of the generator
|
Method | Description | |
---|---|---|
GenerateValueUsingRex ( ) : object |
public ValidValueGeneratorRegEx ( ISingleValueDef singleValueDef, string regExPhrase ) : System | ||
singleValueDef | ISingleValueDef | The property definition that indicates which property the values are being generated for |
regExPhrase | string | The regular expression against which generated values must match |
return | System |