C# Класс Habanero.Testability.ValidValidGeneratorByteArray

Generates a valid value for PropDef of type DateTime.
Наследование: ValidValueGenerator
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GenerateValidValue() публичный Метод

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
Результат object

ValidValidGeneratorByteArray() публичный Метод

public ValidValidGeneratorByteArray ( IPropDef propDef ) : Habanero.Base
propDef IPropDef
Результат Habanero.Base