TestSuiteResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public class TestSuiteResult : NUnit.Framework.Internal.TestResult
type TestSuiteResult = class
inherit TestResult
- 상속
생성자
| TestSuiteResult(TestSuite) |
필드
| assertCount | (다음에서 상속됨 TestResult) |
| message | (다음에서 상속됨 TestResult) |
| resultState | (다음에서 상속됨 TestResult) |
| test | (다음에서 상속됨 TestResult) |
| ThreadCrashFail | (다음에서 상속됨 TestResult) |
속성
| AssertCount | (다음에서 상속됨 TestResult) |
| Children | (다음에서 상속됨 TestResult) |
| Duration | (다음에서 상속됨 TestResult) |
| FailCount | |
| FullName | (다음에서 상속됨 TestResult) |
| HasChildren | (다음에서 상속됨 TestResult) |
| InconclusiveCount | |
| Message | (다음에서 상속됨 TestResult) |
| Name | (다음에서 상속됨 TestResult) |
| PassCount | |
| ResultState | (다음에서 상속됨 TestResult) |
| SkipCount | |
| StackTrace | (다음에서 상속됨 TestResult) |
| Test | (다음에서 상속됨 TestResult) |
메서드
| AddResult(TestResult) | |
| AddToXml(XmlNode, Boolean) | (다음에서 상속됨 TestResult) |
| RecordException(Exception) | (다음에서 상속됨 TestResult) |
| SetResult(ResultState, String, String) | (다음에서 상속됨 TestResult) |
| SetResult(ResultState, String) | (다음에서 상속됨 TestResult) |
| SetResult(ResultState) | (다음에서 상속됨 TestResult) |
| ToXml(Boolean) | (다음에서 상속됨 TestResult) |