Table of Contents

Method ToTestSkipped

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

ToTestSkipped(string, int)

Converts the test case to ITestSkipped.

public ITestSkipped ToTestSkipped(string reason, int currentTestIndex)

Parameters

reason string
currentTestIndex int

Returns