Table of Contents

Method ToTestFinishedNotRun

Namespace
Xunit.Runner.v1
Assembly
xunit.v3.runner.utility.netfx.dll

ToTestFinishedNotRun(int)

Converts the test case to ITestFinished for a not-run test.

public ITestFinished ToTestFinishedNotRun(int currentTestIndex)

Parameters

currentTestIndex int

Returns