Click or drag to resize

Reporter Methods

The TestAllProjectsInFolderReporter type exposes the following members.

Methods
 NameDescription
Public methodClose Closes the underlying protocol writer.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodInternalWrite Writes the specified text to the underlying output.
(Overrides TextOutputServiceBaseInternalWrite(String))
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodWrite(String)Writes a string to the output.
(Inherited from TextOutputServiceBase)
Public methodWrite(String, Object) Writes text using the format string and the supplied parameters.
(Inherited from TextOutputServiceBase)
Public methodWrite(IFormatProvider, String, Object) Writes text using a format provider and a composite format string.
(Inherited from TextOutputServiceBase)
Public methodWriteLine Starts a new line.
(Inherited from TextOutputServiceBase)
Public methodWriteLine(String) Writes a string to the output and then starts a new line.
(Inherited from TextOutputServiceBase)
Public methodWriteLine(String, Object) Writes a line using the format string and the parameters, then starts a new line.
(Inherited from TextOutputServiceBase)
Public methodWriteLine(IFormatProvider, String, Object) Writes text using a format provider and a composite format string, then starts a new line.
(Inherited from TextOutputServiceBase)
Top
See Also