Table of Contents

Method ToTestPassed

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

ToTestPassed(decimal, string, int)

Converts the test case to ITestPassed.

public ITestPassed ToTestPassed(decimal executionTime, string output, int currentTestIndex)

Parameters

executionTime decimal
output string
currentTestIndex int

Returns