TestSuite 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public class TestSuite : NUnit.Framework.Internal.Test
type TestSuite = class
inherit Test
- 继承
- 派生
构造函数
| TestSuite(String, String) | |
| TestSuite(String) | |
| TestSuite(Type, Object[]) | |
| TestSuite(Type) |
字段
| maintainTestOrder | |
| setUpMethods | (继承自 Test) |
| tearDownMethods | (继承自 Test) |
属性
| Fixture | (继承自 Test) |
| FixtureType | (继承自 Test) |
| FullName | (继承自 Test) |
| HasChildren | |
| Id | (继承自 Test) |
| IsSuite | (继承自 Test) |
| Name | (继承自 Test) |
| Parent | (继承自 Test) |
| Properties | (继承自 Test) |
| RunState | (继承自 Test) |
| Seed | (继承自 Test) |
| TestCaseCount | |
| Tests | |
| TestType | (继承自 Test) |
| XmlElementName | |