NAnt SDK Documentation - v0.85-nightly-2005-11-09

XmlResultFormatter Methods

The methods of the XmlResultFormatter class are listed below. For a complete list of XmlResultFormatter class members, see the XmlResultFormatter Members topic.

Public Instance Methods

AddErrorMissing <summary> documentation for M:NAnt.NUnit1.Types.XmlResultFormatter.AddError(NUnit.Framework.ITest,System.Exception)
AddFailureMissing <summary> documentation for M:NAnt.NUnit1.Types.XmlResultFormatter.AddFailure(NUnit.Framework.ITest,NUnit.Framework.AssertionFailedError)
EndTestMissing <summary> documentation for M:NAnt.NUnit1.Types.XmlResultFormatter.EndTest(NUnit.Framework.ITest)
EndTestSuite Called when the whole test suite has ended.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
SetOutput Sets the TextWriter the formatter is supposed to write its results to.
StartTestMissing <summary> documentation for M:NAnt.NUnit1.Types.XmlResultFormatter.StartTest(NUnit.Framework.ITest)
StartTestSuite Called when the whole test suite has started.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

XmlResultFormatter Class | NAnt.NUnit1.Types Namespace