C# Class Habanero.Testability.Tests.BOTestFactorySpy

显示文件 Open project: Chillisoft/habanero.testability Class Usage Examples

Public Methods

Method Description
BOTestFactorySpy ( Type boType ) : Habanero.Smooth
CallGetPropDef ( IClassDef classDef, string propName ) : ISingleValueDef
CallGetRelationshipDef ( Type classType, string propName ) : IRelationshipDef
GetBODefaultValueRegistry ( ) : BODefaultValueRegistry

Method Details

BOTestFactorySpy() public method

public BOTestFactorySpy ( Type boType ) : Habanero.Smooth
boType System.Type
return Habanero.Smooth

CallGetPropDef() public static method

public static CallGetPropDef ( IClassDef classDef, string propName ) : ISingleValueDef
classDef IClassDef
propName string
return ISingleValueDef

CallGetRelationshipDef() public static method

public static CallGetRelationshipDef ( Type classType, string propName ) : IRelationshipDef
classType System.Type
propName string
return IRelationshipDef

GetBODefaultValueRegistry() public method

public GetBODefaultValueRegistry ( ) : BODefaultValueRegistry
return Habanero.Testability.BODefaultValueRegistry