Test 类

定义

public abstract class Test : IComparable, NUnit.Framework.Api.ITest
type Test = class
    interface ITest
    interface IXmlNodeBuilder
    interface IComparable
继承
Test
派生
实现

构造函数

Test(String, String)
Test(String)
Test(Type)

字段

setUpMethods
tearDownMethods

属性

Fixture
FixtureType
FullName
HasChildren
Id
IsSuite
Name
Parent
Properties
RunState
Seed
TestCaseCount
Tests
TestType
XmlElementName

方法

AddToXml(XmlNode, Boolean)
ApplyAttributesToTest(ICustomAttributeProvider)
CompareTo(Object)
CreateWorkItem(ITestFilter, FinallyDelegate)
MakeTestResult()
PopulateTestNode(XmlNode, Boolean)
ToXml(Boolean)

适用于