Table of Contents

Constructor ExecutionErrorTestCase

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

ExecutionErrorTestCase()

Called by the de-serializer; should only be called by deriving classes for de-serialization purposes

[Obsolete("Called by the de-serializer; should only be called by deriving classes for de-serialization purposes")]
public ExecutionErrorTestCase()

ExecutionErrorTestCase(IXunitTestMethod, string, string, string)

Initializes a new instance of the ExecutionErrorTestCase class.

public ExecutionErrorTestCase(IXunitTestMethod testMethod, string testCaseDisplayName, string uniqueID, string errorMessage)

Parameters

testMethod

The test method.

testCaseDisplayName string

The display name for the test case.

uniqueID string

The unique ID for the test case.

errorMessage string

The error message to report for the test.