C# Class Qowaiv.UnitTests.TestTools.SvoAssert

Show file Open project: Corniel/Qowaiv

Public Methods

Method Description
AttributesMatches ( Type svo ) : void
EmptyAndUnknownMatches ( Type svo, SingleValueObjectAttribute attr ) : void
ImplementsInterfaces ( Type svo ) : void
IsValidMatches ( Type svo, SingleValueObjectAttribute attr ) : void
ParseMatches ( Type svo, SingleValueObjectAttribute attr ) : void
TryParseMatches ( Type svo, SingleValueObjectAttribute attr ) : void
UnderlyingTypeMatches ( Type svo, SingleValueObjectAttribute attr ) : void

Method Details

AttributesMatches() public static method

public static AttributesMatches ( Type svo ) : void
svo System.Type
return void

EmptyAndUnknownMatches() public static method

public static EmptyAndUnknownMatches ( Type svo, SingleValueObjectAttribute attr ) : void
svo System.Type
attr SingleValueObjectAttribute
return void

ImplementsInterfaces() public static method

public static ImplementsInterfaces ( Type svo ) : void
svo System.Type
return void

IsValidMatches() public static method

public static IsValidMatches ( Type svo, SingleValueObjectAttribute attr ) : void
svo System.Type
attr SingleValueObjectAttribute
return void

ParseMatches() public static method

public static ParseMatches ( Type svo, SingleValueObjectAttribute attr ) : void
svo System.Type
attr SingleValueObjectAttribute
return void

TryParseMatches() public static method

public static TryParseMatches ( Type svo, SingleValueObjectAttribute attr ) : void
svo System.Type
attr SingleValueObjectAttribute
return void

UnderlyingTypeMatches() public static method

public static UnderlyingTypeMatches ( Type svo, SingleValueObjectAttribute attr ) : void
svo System.Type
attr SingleValueObjectAttribute
return void