C# 클래스 NUnit.Framework.Internal.TestCaseResult

Represents the result of running a single test case.
상속: NUnit.Framework.Internal.TestResult
파일 보기 프로젝트 열기: nunit/nunit 1 사용 예제들

공개 메소드들

메소드 설명
TestCaseResult ( NUnit.Framework.Internal.TestMethod test ) : System

Construct a TestCaseResult based on a TestMethod

메소드 상세

TestCaseResult() 공개 메소드

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.
리턴 System