C# Class NUnit.Framework.Internal.TestCaseResult

Represents the result of running a single test case.
Inheritance: NUnit.Framework.Internal.TestResult
Show file Open project: nunit/nunit Class Usage Examples

Public Methods

Method Description
TestCaseResult ( NUnit.Framework.Internal.TestMethod test ) : System

Construct a TestCaseResult based on a TestMethod

Method Details

TestCaseResult() public method

Construct a TestCaseResult based on a TestMethod
public TestCaseResult ( NUnit.Framework.Internal.TestMethod test ) : System
test NUnit.Framework.Internal.TestMethod A TestMethod to which the result applies.
return System