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

This will generate a valid value for the Enum identified by IPropDef.IPropDef.PropertyType
Наследование: 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

ValidValueGeneratorEnum ( ISingleValueDef 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

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

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