VerifyMessageBuilder Class

Typemock Isolator Developer Guide
Helper for building failure messages
Inheritance Hierarchy

SystemObject
  TypeMockVerifyMessageBuilder

Namespace:  TypeMock
Assembly:  TypeMock (in TypeMock.dll) Version: 9.3.6.0 (9.3.6.0)
Syntax

public class VerifyMessageBuilder

The VerifyMessageBuilder type exposes the following members.

Constructors

  NameDescription
Public methodVerifyMessageBuilder
Create a Message Builder
Top
Properties

  NameDescription
Public propertyCustomMessage
Set/Get the CustomMessage
Public propertyMessage
Get Message String
Public propertyPrefixMessage
Set/Get Prefix to add before message
Top
Methods

  NameDescription
Public methodAddToPrefix
Add message to prefix, remember current prefix
Public methodStatic memberDisplayString
Display an object as a string
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodStatic memberQuoted
Quote a string
Public methodRemoveLastPrefix
Restore prefix to last known
Public methodToString
Get Message string
(Overrides ObjectToString.)
Top
See Also

Reference