Method ToTestCaseDiscovered
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.runner.common.dll
ToTestCaseDiscovered(ITestCase)
Converts an instance of ITestCase into ITestCaseDiscovered for reporting back to a remote meta-runner.
public static ITestCaseDiscovered ToTestCaseDiscovered(this ITestCase testCase)
Parameters
testCase