Summary
Throws a
TCLite.InconclusiveException with the message
and arguments provided, ending the running test immediately. The test
is reported as Inconclusive unless Warnings were previously recorded.
Syntax
public static void Inconclusive(string message = null, params object[] args)
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | A message indicating why the test was inconclusive. |
| args | object[] | Arguments used to format the message. |
Return Value
| Type | Description |
|---|---|
| void |
