Метод | Описание | |
---|---|---|
AssertAreEquals ( string value, string match, string message ) : |
||
AssertIsGreaterOrEqualThan ( int value1, int value2, string message ) : |
||
AssertIsGreaterThan ( decimal value1, decimal value2, string message ) : |
||
AssertIsGreaterThan ( int value1, int value2, string message ) : |
||
AssertLength ( string stringValue, int minimum, int maximum, string message ) : |
||
AssertMatches ( string pattern, string stringValue, string message ) : |
||
AssertNotEmpty ( string stringValue, string message ) : |
||
AssertNotNull ( object object1, string message ) : |
||
AssertTrue ( bool boolValue, string message ) : |
||
IsSatisfiedBy ( ) : bool |
Метод | Описание | |
---|---|---|
NotifyAll ( IEnumerable |
public static AssertAreEquals ( string value, string match, string message ) : |
||
value | string | |
match | string | |
message | string | |
Результат |
public static AssertIsGreaterOrEqualThan ( int value1, int value2, string message ) : |
||
value1 | int | |
value2 | int | |
message | string | |
Результат |
public static AssertIsGreaterThan ( decimal value1, decimal value2, string message ) : |
||
value1 | decimal | |
value2 | decimal | |
message | string | |
Результат |
public static AssertIsGreaterThan ( int value1, int value2, string message ) : |
||
value1 | int | |
value2 | int | |
message | string | |
Результат |
public static AssertLength ( string stringValue, int minimum, int maximum, string message ) : |
||
stringValue | string | |
minimum | int | |
maximum | int | |
message | string | |
Результат |
public static AssertMatches ( string pattern, string stringValue, string message ) : |
||
pattern | string | |
stringValue | string | |
message | string | |
Результат |
public static AssertNotEmpty ( string stringValue, string message ) : |
||
stringValue | string | |
message | string | |
Результат |
public static AssertNotNull ( object object1, string message ) : |
||
object1 | object | |
message | string | |
Результат |
public static AssertTrue ( bool boolValue, string message ) : |
||
boolValue | bool | |
message | string | |
Результат |