Method | Description | |
---|---|---|
AddError ( ITest test, |
||
AddFailure ( ITest test, AssertionFailedError t ) : void | ||
EndTest ( ITest test ) : void | ||
EndTestSuite ( NAnt.NUnit1.Types.TestResultExtra result ) : void |
Called when the whole test suite has ended.
|
|
SetOutput ( |
Sets the TextWriter the formatter is supposed to write its results to.
|
|
StartTest ( ITest test ) : void | ||
StartTestSuite ( NAnt.NUnit1.Types.NUnitTestData suite ) : void |
Called when the whole test suite has started.
|
|
XmlResultFormatter ( ) : System |
Initializes a new instance of the XmlResultFormatter class.
|
Method | Description | |
---|---|---|
FormatError ( string type, ITest test, |
public AddError ( ITest test, |
||
test | ITest | |
t | ||
return | void |
public AddFailure ( ITest test, AssertionFailedError t ) : void | ||
test | ITest | |
t | AssertionFailedError | |
return | void |
public EndTestSuite ( NAnt.NUnit1.Types.TestResultExtra result ) : void | ||
result | NAnt.NUnit1.Types.TestResultExtra | |
return | void |
public SetOutput ( |
||
writer | ||
return | void |
public StartTestSuite ( NAnt.NUnit1.Types.NUnitTestData suite ) : void | ||
suite | NAnt.NUnit1.Types.NUnitTestData | |
return | void |