C# 클래스 Habanero.Testability.ValidValueGeneratorEnum

This will generate a valid value for the Enum identified by IPropDef.IPropDef.PropertyType
상속: ValidValueGenerator
파일 보기 프로젝트 열기: Chillisoft/habanero.testability 1 사용 예제들

공개 메소드들

메소드 설명
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