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)