Метод | Описание | |
---|---|---|
AssertEquals ( object expected, object actual ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertEquals ( string message, object expected, object actual ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertEquals ( string expected, string actual ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertEquals ( string message, string expected, string actual ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertEqualsIgnoreOrder ( string message, string expected, string actual ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertNotNull ( object o ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertNotNull ( string message, object o ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertNull ( object o ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertNull ( string message, object o ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertSame ( object expected, object actual ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertSame ( string message, object expected, object actual ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertSortOrder ( string message, string data, int column, bool isAscending, DataType type ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertTrue ( bool condition ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertTrue ( string message, bool condition ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
AssertVisibility ( ControlTester tester, bool expectedVisibility ) : void |
For backwards compatibility; will be deprecated in the future.
|
|
Fail ( string message ) : void |
For backwards compatibility; will be deprecated in the future.
|
public static AssertEquals ( object expected, object actual ) : void | ||
expected | object | |
actual | object | |
Результат | void |
public static AssertEquals ( string message, object expected, object actual ) : void | ||
message | string | |
expected | object | |
actual | object | |
Результат | void |
public static AssertEquals ( string expected, string actual ) : void | ||
expected | string | |
actual | string | |
Результат | void |
public static AssertEquals ( string message, string expected, string actual ) : void | ||
message | string | |
expected | string | |
actual | string | |
Результат | void |
public static AssertEqualsIgnoreOrder ( string message, string expected, string actual ) : void | ||
message | string | |
expected | string | |
actual | string | |
Результат | void |
public static AssertNotNull ( object o ) : void | ||
o | object | |
Результат | void |
public static AssertNotNull ( string message, object o ) : void | ||
message | string | |
o | object | |
Результат | void |
public static AssertNull ( object o ) : void | ||
o | object | |
Результат | void |
public static AssertNull ( string message, object o ) : void | ||
message | string | |
o | object | |
Результат | void |
public static AssertSame ( object expected, object actual ) : void | ||
expected | object | |
actual | object | |
Результат | void |
public static AssertSame ( string message, object expected, object actual ) : void | ||
message | string | |
expected | object | |
actual | object | |
Результат | void |
public static AssertSortOrder ( string message, string data, int column, bool isAscending, DataType type ) : void | ||
message | string | |
data | string | |
column | int | |
isAscending | bool | |
type | DataType | |
Результат | void |
public static AssertTrue ( bool condition ) : void | ||
condition | bool | |
Результат | void |
public static AssertTrue ( string message, bool condition ) : void | ||
message | string | |
condition | bool | |
Результат | void |
public static AssertVisibility ( ControlTester tester, bool expectedVisibility ) : void | ||
tester | ControlTester | |
expectedVisibility | bool | |
Результат | void |
public static Fail ( string message ) : void | ||
message | string | |
Результат | void |