TestMethod Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class TestMethod : NUnit.Framework.Internal.Test
type TestMethod = class
inherit Test
- Inheritance
Constructors
| TestMethod(MethodInfo, Test) |
Fields
| setUpMethods | (Inherited from Test) |
| tearDownMethods | (Inherited from Test) |
Properties
| CustomDecorators | |
| Fixture | (Inherited from Test) |
| FixtureType | (Inherited from Test) |
| FullName | (Inherited from Test) |
| HasChildren | |
| Id | (Inherited from Test) |
| IsSuite | (Inherited from Test) |
| Method | |
| Name | (Inherited from Test) |
| Parent | (Inherited from Test) |
| Properties | (Inherited from Test) |
| RunState | (Inherited from Test) |
| Seed | (Inherited from Test) |
| TestCaseCount | (Inherited from Test) |
| Tests | |
| TestType | (Inherited from Test) |
| XmlElementName | |
Methods
| AddToXml(XmlNode, Boolean) | |
| ApplyAttributesToTest(ICustomAttributeProvider) | (Inherited from Test) |
| CompareTo(Object) | (Inherited from Test) |
| CreateWorkItem(ITestFilter, FinallyDelegate) | |
| MakeTestCommand() | |
| MakeTestResult() | |
| PopulateTestNode(XmlNode, Boolean) | (Inherited from Test) |
| ToXml(Boolean) | (Inherited from Test) |