C# 클래스 Habanero.Testability.ValidValueGeneratorString

상속: 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

ValidValueGeneratorString ( IPropDef propDef ) : Habanero.Base

비공개 메소드들

메소드 설명
GenerateValidValueTyped ( ) : string

메소드 상세

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

ValidValueGeneratorString() 공개 메소드

public ValidValueGeneratorString ( IPropDef propDef ) : Habanero.Base
propDef IPropDef
리턴 Habanero.Base