Summary
Reports the specified test to the configured test reporters.
Syntax
public static Task Report(TestCaseResult testCaseResult)
Parameters
Name | Type | Description |
---|---|---|
testCaseResult | TestCaseResult | The test. |
Return Value
Type | Description |
---|---|
Task | Task. |