Table of Contents

Method ForNotRun

Namespace
Xunit
Assembly
xunit.v3.core.dll

ForNotRun(decimal?)

Create a not run test result.

public static TestResultState ForNotRun(decimal? executionTime = null)

Parameters

executionTime decimal?

The optional execution time

Returns