Table of Contents

Method ToTestStarting

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

ToTestStarting(string, int)

Converts the test case to ITestStarting.

public ITestStarting ToTestStarting(string testDisplayName, int currentTestIndex)

Parameters

testDisplayName string
currentTestIndex int

Returns