Mocked

Undocumented in source.

Constructors

this
this(T mock, Repository!T repository)
Undocumented in source.

Alias This

get

Members

Functions

expect
Repository!T expect()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
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.
verify
void verify()

Verifies that certain expectation requirements were satisfied.

Variables

mock
T mock;
Undocumented in source.
repository
Repository!T* repository;
Undocumented in source.

Inherited Members

From Verifiable

verify
void verify()
Undocumented in source.

Meta