TextMessageWriter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class TextMessageWriter : NUnit.Framework.Constraints.MessageWriter
type TextMessageWriter = class
inherit MessageWriter
- Inheritance
Constructors
TextMessageWriter() | |
TextMessageWriter(String, Object[]) |
Fields
Pfx_Actual | |
Pfx_Expected | |
PrefixLength |
Properties
MaxLineLength |
Methods
DisplayDifferences(Constraint) | |
DisplayDifferences(Object, Object, Tolerance) | |
DisplayDifferences(Object, Object) | |
DisplayStringDifferences(String, String, Int32, Boolean, Boolean) | |
WriteActualValue(Object) | |
WriteCollectionElements(IEnumerable, Int32, Int32) | |
WriteConnector(String) | |
WriteExpectedValue(Object) | |
WriteMessageLine(Int32, String, Object[]) | |
WriteMessageLine(String, Object[]) |
Method to write single line message with optional args, usually written to precede the general failure message. (Inherited from MessageWriter) |
WriteModifier(String) | |
WritePredicate(String) | |
WriteValue(Object) |