C# 클래스 SharpUnit.Assert

파일 보기 프로젝트 열기: mgants4/SharpUnit

공개 메소드들

메소드 설명
Equal ( Exception wanted, Exception got ) : void
Equal ( Exception wanted, Exception got, string msg ) : void
Equal ( Object wanted, Object got ) : void
Equal ( Object wanted, Object got, string msg ) : void
Equal ( bool wanted, bool got ) : void
Equal ( bool wanted, bool got, string msg ) : void
Equal ( float wanted, float got ) : void
Equal ( float wanted, float got, string msg ) : void
Equal ( int wanted, int got ) : void
Equal ( int wanted, int got, string msg ) : void
Equal ( string wanted, string got ) : void
Equal ( string wanted, string got, string msg ) : void
ExpectException ( Exception ex ) : void
False ( bool boolean ) : void
False ( bool boolean, string msg ) : void
NotNull ( Object obj ) : void
NotNull ( Object obj, string msg ) : void
Null ( Object obj ) : void
Null ( Object obj, string msg ) : void
True ( bool boolean ) : void
True ( bool boolean, string msg ) : void

메소드 상세

Equal() 공개 정적인 메소드

public static Equal ( Exception wanted, Exception got ) : void
wanted System.Exception
got System.Exception
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( Exception wanted, Exception got, string msg ) : void
wanted System.Exception
got System.Exception
msg string
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( Object wanted, Object got ) : void
wanted Object
got Object
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( Object wanted, Object got, string msg ) : void
wanted Object
got Object
msg string
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( bool wanted, bool got ) : void
wanted bool
got bool
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( bool wanted, bool got, string msg ) : void
wanted bool
got bool
msg string
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( float wanted, float got ) : void
wanted float
got float
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( float wanted, float got, string msg ) : void
wanted float
got float
msg string
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( int wanted, int got ) : void
wanted int
got int
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( int wanted, int got, string msg ) : void
wanted int
got int
msg string
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( string wanted, string got ) : void
wanted string
got string
리턴 void

Equal() 공개 정적인 메소드

public static Equal ( string wanted, string got, string msg ) : void
wanted string
got string
msg string
리턴 void

ExpectException() 공개 정적인 메소드

public static ExpectException ( Exception ex ) : void
ex System.Exception
리턴 void

False() 공개 정적인 메소드

public static False ( bool boolean ) : void
boolean bool
리턴 void

False() 공개 정적인 메소드

public static False ( bool boolean, string msg ) : void
boolean bool
msg string
리턴 void

NotNull() 공개 정적인 메소드

public static NotNull ( Object obj ) : void
obj Object
리턴 void

NotNull() 공개 정적인 메소드

public static NotNull ( Object obj, string msg ) : void
obj Object
msg string
리턴 void

Null() 공개 정적인 메소드

public static Null ( Object obj ) : void
obj Object
리턴 void

Null() 공개 정적인 메소드

public static Null ( Object obj, string msg ) : void
obj Object
msg string
리턴 void

True() 공개 정적인 메소드

public static True ( bool boolean ) : void
boolean bool
리턴 void

True() 공개 정적인 메소드

public static True ( bool boolean, string msg ) : void
boolean bool
msg string
리턴 void