Method ToTestCaseDiscovered
- Namespace
- Xunit.Runner.v1
- Assembly
- xunit.v3.runner.utility.netfx.dll
ToTestCaseDiscovered(bool)
Converts the test case to ITestCaseDiscovered, with optional serialization of the test case.
public ITestCaseDiscovered ToTestCaseDiscovered(bool includeSerialization)
Parameters
includeSerialization
boolA flag to indicate whether serialization is needed.