NUnit.Framework.Internal.TestCaseResult
Represents the result of running a single test case.
namespace NUnit.Framework.Internal
{
public class TestCaseResult : TestResult
{
public TestCaseResult(TestMethod test);
}
}