Property | Type | Description | |
---|---|---|---|
DeclaringTypeInfo | ITypeInfo | ||
setUpMethods | System.Reflection.MethodInfo[] | ||
tearDownMethods | System.Reflection.MethodInfo[] |
Property | Type | Description | |
---|---|---|---|
GetNextId | string | ||
Initialize | void |
Method | Description | |
---|---|---|
AddToXml ( TNode parentNode, bool recursive ) : TNode |
Returns an XmlNode representing the current result after adding it as a child of the supplied parent node.
|
|
ApplyAttributesToTest ( |
Modify a newly constructed test by applying any of NUnit's common attributes, based on a supplied ICustomAttributeProvider, which is usually the reflection element from which the test was constructed, but may not be in some instances. The attributes retrieved are saved for use in subsequent operations.
|
|
ApplyAttributesToTest ( ICustomAttributeProvider provider ) : void |
Modify a newly constructed test by applying any of NUnit's common attributes, based on a supplied ICustomAttributeProvider, which is usually the reflection element from which the test was constructed, but may not be in some instances. The attributes retrieved are saved for use in subsequent operations.
|
|
ApplyAttributesToTest ( |
Modify a newly constructed test by applying any of NUnit's common attributes, based on a supplied ICustomAttributeProvider, which is usually the reflection element from which the test was constructed, but may not be in some instances. The attributes retrieved are saved for use in subsequent operations.
|
|
CompareTo ( object obj ) : int |
Compares this test to another test for sorting purposes
|
|
MakeTestResult ( ) : NUnit.Framework.Internal.TestResult |
Creates a TestResult for this test.
|
|
ToXml ( bool recursive ) : TNode |
Returns the Xml representation of the test
|
Method | Description | |
---|---|---|
PopulateTestNode ( TNode thisNode, bool recursive ) : void |
Add standard attributes and members to a test node.
|
|
Test ( IMethodInfo method ) : System |
Construct a test from a MethodInfo
|
|
Test ( ITypeInfo typeInfo ) : System |
TODO: Documentation needed for constructor
|
|
Test ( string name ) : System |
Constructs a test given its name
|
|
Test ( string pathName, string name ) : System |
Constructs a test given the path through the test hierarchy to its parent and a name.
|
Method | Description | |
---|---|---|
GetNextId ( ) : string | ||
Initialize ( string name ) : void |
public abstract AddToXml ( TNode parentNode, bool recursive ) : TNode | ||
parentNode | TNode | The parent node. |
recursive | bool | If true, descendant results are included |
return | TNode |
public ApplyAttributesToTest ( |
||
provider | An object deriving from MemberInfo | |
return | void |
public ApplyAttributesToTest ( ICustomAttributeProvider provider ) : void | ||
provider | ICustomAttributeProvider | An object implementing ICustomAttributeProvider |
return | void |
public ApplyAttributesToTest ( |
||
provider | An object deriving from MemberInfo | |
return | void |
public CompareTo ( object obj ) : int | ||
obj | object | The other test |
return | int |
public abstract MakeTestResult ( ) : NUnit.Framework.Internal.TestResult | ||
return | NUnit.Framework.Internal.TestResult |
protected PopulateTestNode ( TNode thisNode, bool recursive ) : void | ||
thisNode | TNode | |
recursive | bool | |
return | void |
protected Test ( IMethodInfo method ) : System | ||
method | IMethodInfo | |
return | System |
protected Test ( ITypeInfo typeInfo ) : System | ||
typeInfo | ITypeInfo | |
return | System |
protected Test ( string name ) : System | ||
name | string | The name of the test |
return | System |
protected Test ( string pathName, string name ) : System | ||
pathName | string | The parent tests full name |
name | string | The name of the test |
return | System |
public ToXml ( bool recursive ) : TNode | ||
recursive | bool | If true, include child tests recursively |
return | TNode |
protected MethodInfo[],System.Reflection setUpMethods | ||
return | System.Reflection.MethodInfo[] |