Helper for building failure messages
Inheritance Hierarchy
TypeMockVerifyMessageBuilder
Namespace: TypeMock
Assembly: TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax
The VerifyMessageBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | VerifyMessageBuilder |
Create a Message Builder
|
Properties
Name | Description | |
---|---|---|
![]() | CustomMessage |
Set/Get the CustomMessage
|
![]() | Message |
Get Message String
|
![]() | PrefixMessage |
Set/Get Prefix to add before message
|
Methods
Name | Description | |
---|---|---|
![]() | AddToPrefix |
Add message to prefix, remember current prefix
|
![]() ![]() | DisplayString |
Display an object as a string
|
![]() | Equals | (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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Quoted |
Quote a string
|
![]() | RemoveLastPrefix |
Restore prefix to last known
|
![]() | ToString |
Get Message string
(Overrides ObjectToString.) |
See Also