Table of Contents

Method ForSkipped

Namespace
Xunit
Assembly
xunit.v3.core.dll

ForSkipped(decimal?)

Create a skipped test result.

public static TestResultState ForSkipped(decimal? executionTime = null)

Parameters

executionTime decimal?

The optional execution time

Returns