Summary
Construct an AssertionResult
- Namespace
- TCLite
- Containing Type
- AssertionResult
Syntax
public AssertionResult(AssertionStatus status, string message, string stackTrace)
Parameters
| Name | Type | Description |
|---|---|---|
| status | AssertionStatus | |
| message | string | |
| stackTrace | string |
Return Value
| Type | Description |
|---|---|
| void |
