Table of Contents

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 bool

A flag to indicate whether serialization is needed.

Returns