메소드 | 설명 | |
---|---|---|
Equal ( |
||
Equal ( |
||
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 ( |
||
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 |
public static Equal ( |
||
wanted | ||
got | ||
리턴 | void |
public static Equal ( |
||
wanted | ||
got | ||
msg | string | |
리턴 | void |
public static Equal ( Object wanted, Object got ) : void | ||
wanted | Object | |
got | Object | |
리턴 | void |
public static Equal ( Object wanted, Object got, string msg ) : void | ||
wanted | Object | |
got | Object | |
msg | string | |
리턴 | void |
public static Equal ( bool wanted, bool got ) : void | ||
wanted | bool | |
got | bool | |
리턴 | void |
public static Equal ( bool wanted, bool got, string msg ) : void | ||
wanted | bool | |
got | bool | |
msg | string | |
리턴 | void |
public static Equal ( float wanted, float got ) : void | ||
wanted | float | |
got | float | |
리턴 | void |
public static Equal ( float wanted, float got, string msg ) : void | ||
wanted | float | |
got | float | |
msg | string | |
리턴 | void |
public static Equal ( int wanted, int got, string msg ) : void | ||
wanted | int | |
got | int | |
msg | string | |
리턴 | void |
public static Equal ( string wanted, string got ) : void | ||
wanted | string | |
got | string | |
리턴 | void |
public static Equal ( string wanted, string got, string msg ) : void | ||
wanted | string | |
got | string | |
msg | string | |
리턴 | void |
public static ExpectException ( |
||
ex | ||
리턴 | void |
public static False ( bool boolean, string msg ) : void | ||
boolean | bool | |
msg | string | |
리턴 | void |
public static NotNull ( Object obj, string msg ) : void | ||
obj | Object | |
msg | string | |
리턴 | void |
public static Null ( Object obj, string msg ) : void | ||
obj | Object | |
msg | string | |
리턴 | void |
public static True ( bool boolean, string msg ) : void | ||
boolean | bool | |
msg | string | |
리턴 | void |