MessageResult

A result that prints a simple message to the user

Constructors

this
this(string message)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

add
void add(bool isValue, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
addText
void addText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
addValue
void addValue(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
prependText
void prependText(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
prependValue
void prependValue(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(ResultPrinter printer)
Undocumented in source. Be warned that the author may not have intended to support it.
startWith
void startWith(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IResult

toString
string toString()
Undocumented in source.
print
void print(ResultPrinter )
Undocumented in source.

Meta