Table of Contents

Method ForPassed

Namespace
Xunit
Assembly
xunit.v3.core.dll

ForPassed(decimal?)

Create a passing test result.

public static TestResultState ForPassed(decimal? executionTime = null)

Parameters

executionTime decimal?

The optional execution time

Returns