Метод | Описание | |
---|---|---|
ThrowsException ( |
Creates a new instance of the ThrowsException class. Call this constructor when no exception was thrown.
|
Метод | Описание | |
---|---|---|
ThrowsException ( |
THIS CONSTRUCTOR IS FOR UNIT TESTING PURPOSES ONLY.
|
Метод | Описание | |
---|---|---|
ThrowsException ( |
public ThrowsException ( |
||
expectedType | The type of the exception that was expected | |
Результат | System |
protected ThrowsException ( |
||
expected | ||
actual | string | |
actualMessage | string | |
stackTrace | string | |
Результат | System |