메소드 | 설명 | |
---|---|---|
BooleanFailureMessage ( bool expected ) : string | ||
GetEqualityMessage ( object actual, object expected, bool expectEqual ) : string | ||
GetMessage ( string failureMessage ) : string | ||
GetMessage ( string failureMessage, string expected ) : string | ||
NullFailureMessage ( object value, bool expectNull ) : string |
public static BooleanFailureMessage ( bool expected ) : string | ||
expected | bool | |
리턴 | string |
public static GetEqualityMessage ( object actual, object expected, bool expectEqual ) : string | ||
actual | object | |
expected | object | |
expectEqual | bool | |
리턴 | string |
public static GetMessage ( string failureMessage ) : string | ||
failureMessage | string | |
리턴 | string |
public static GetMessage ( string failureMessage, string expected ) : string | ||
failureMessage | string | |
expected | string | |
리턴 | string |
public static NullFailureMessage ( object value, bool expectNull ) : string | ||
value | object | |
expectNull | bool | |
리턴 | string |