C# 클래스 Qowaiv.UnitTests.TestTools.SvoAssert

파일 보기 프로젝트 열기: Corniel/Qowaiv

공개 메소드들

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

메소드 상세

AttributesMatches() 공개 정적인 메소드

public static AttributesMatches ( Type svo ) : void
svo System.Type
리턴 void

EmptyAndUnknownMatches() 공개 정적인 메소드

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

ImplementsInterfaces() 공개 정적인 메소드

public static ImplementsInterfaces ( Type svo ) : void
svo System.Type
리턴 void

IsValidMatches() 공개 정적인 메소드

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

ParseMatches() 공개 정적인 메소드

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

TryParseMatches() 공개 정적인 메소드

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

UnderlyingTypeMatches() 공개 정적인 메소드

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