Table of Contents

Method FromTestResult

Namespace
Xunit
Assembly
xunit.v3.core.dll

FromTestResult(ITestResultMessage)

Creates an instance based on inspecting the type identity of the testResult instance.

public static TestResultState FromTestResult(ITestResultMessage testResult)

Parameters

testResult

The test result

Returns