C# Class NUnit.Framework.Internal.TestCaseResult

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

Méthodes publiques

Méthode Description
TestCaseResult ( NUnit.Framework.Internal.TestMethod test ) : System

Construct a TestCaseResult based on a TestMethod

Method Details

TestCaseResult() public méthode

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.
Résultat System