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

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

공개 메소드들

메소드 설명
HasAttribute ( Type type ) : void
HasResult ( object expected, object value ) : void

메소드 상세

HasAttribute() 공개 정적인 메소드

public static HasAttribute ( Type type ) : void
type System.Type
리턴 void

HasResult() 공개 정적인 메소드

public static HasResult ( object expected, object value ) : void
expected object
value object
리턴 void