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

XmlResultFormatter Members

XmlResultFormatter overview

Public Instance Constructors

XmlResultFormatter Constructor Initializes a new instance of the XmlResultFormatter class.

Public Instance Properties

WriterMissing <summary> documentation for P:NAnt.NUnit1.Types.XmlResultFormatter.Writer

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