C# 클래스 VitaUnit.Assert

파일 보기 프로젝트 열기: garyjohnson/vitaUnit

공개 메소드들

메소드 설명
AreEqual ( object firstValue, object secondValue ) : void
AreEqual ( object firstValue, object secondValue, string failureMessage ) : void
Fail ( ) : void
Fail ( string failureMessage ) : void
IsFalse ( bool condition ) : void
IsFalse ( bool condition, string failureMessage ) : void
IsNotNull ( object targetValue ) : void
IsNotNull ( object targetValue, string failureMessage ) : void
IsNull ( object targetValue ) : void
IsNull ( object targetValue, string failureMessage ) : void
IsTrue ( bool condition ) : void
IsTrue ( bool condition, string failureMessage ) : void

비공개 메소드들

메소드 설명
OnTestFailure ( string message ) : void

메소드 상세

AreEqual() 공개 정적인 메소드

public static AreEqual ( object firstValue, object secondValue ) : void
firstValue object
secondValue object
리턴 void

AreEqual() 공개 정적인 메소드

public static AreEqual ( object firstValue, object secondValue, string failureMessage ) : void
firstValue object
secondValue object
failureMessage string
리턴 void

Fail() 공개 정적인 메소드

public static Fail ( ) : void
리턴 void

Fail() 공개 정적인 메소드

public static Fail ( string failureMessage ) : void
failureMessage string
리턴 void

IsFalse() 공개 정적인 메소드

public static IsFalse ( bool condition ) : void
condition bool
리턴 void

IsFalse() 공개 정적인 메소드

public static IsFalse ( bool condition, string failureMessage ) : void
condition bool
failureMessage string
리턴 void

IsNotNull() 공개 정적인 메소드

public static IsNotNull ( object targetValue ) : void
targetValue object
리턴 void

IsNotNull() 공개 정적인 메소드

public static IsNotNull ( object targetValue, string failureMessage ) : void
targetValue object
failureMessage string
리턴 void

IsNull() 공개 정적인 메소드

public static IsNull ( object targetValue ) : void
targetValue object
리턴 void

IsNull() 공개 정적인 메소드

public static IsNull ( object targetValue, string failureMessage ) : void
targetValue object
failureMessage string
리턴 void

IsTrue() 공개 정적인 메소드

public static IsTrue ( bool condition ) : void
condition bool
리턴 void

IsTrue() 공개 정적인 메소드

public static IsTrue ( bool condition, string failureMessage ) : void
condition bool
failureMessage string
리턴 void