ExpectationViolationException

Thrown if a method was expected to be called, but wasn't.

Constructors

this
this(string name, string[] arguments, string file, size_t line, Throwable nextInChain)

Constructs an $(D_PSYMBOL UnexpectedArgumentError).

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arguments
string[] arguments;
Undocumented in source.
name
string name;
Undocumented in source.

Meta