ExpectedActualResult

Constructors

this
this(string title, string expected, string actual)
Undocumented in source.
this
this(string expected, string actual)
Undocumented in source.

Members

Functions

print
void print(ResultPrinter printer)
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.

Variables

actual
KeyResult!"Actual" actual;
Undocumented in source.
expected
KeyResult!"Expected" expected;
Undocumented in source.
title
string title;
Undocumented in source.

Inherited Members

From IResult

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

Meta