Test |
public class Reporter : TextOutputServiceBase
The TestAllProjectsInFolderReporter type exposes the following members.
| Name | Description | |
|---|---|---|
| TestAllProjectsInFolderReporter | Initializes a new instance of the TestAllProjectsInFolderReporter class. |
| Name | Description | |
|---|---|---|
| Close | Closes the underlying protocol writer. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InternalWrite |
Writes the specified text to the underlying output.
(Overrides TextOutputServiceBaseInternalWrite(String)) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Write(String) | Writes a string to the output. (Inherited from TextOutputServiceBase) | |
| Write(String, Object) |
Writes text using the format string and the supplied parameters.
(Inherited from TextOutputServiceBase) | |
| Write(IFormatProvider, String, Object) |
Writes text using a format provider and a composite format string.
(Inherited from TextOutputServiceBase) | |
| WriteLine |
Starts a new line.
(Inherited from TextOutputServiceBase) | |
| WriteLine(String) |
Writes a string to the output and then starts a new line.
(Inherited from TextOutputServiceBase) | |
| WriteLine(String, Object) |
Writes a line using the format string and the parameters, then starts a new line.
(Inherited from TextOutputServiceBase) | |
| WriteLine(IFormatProvider, String, Object) |
Writes text using a format provider and a composite format string, then starts a new line.
(Inherited from TextOutputServiceBase) |