C# 클래스 Habanero.Testability.ValidValueGeneratorBool

Generates a valid value for PropDef of type DateTime.
상속: 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

ValidValueGeneratorBool ( 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

ValidValueGeneratorBool() 공개 메소드

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