dmocks.util

Undocumented in source.

Public Imports

dmocks.interval
public import dmocks.interval;
Undocumented in source.

Members

Classes

ExpectationViolationError
class ExpectationViolationError

Thrown when an expectation was violated during unittest execution.

ExpectationViolationException
class ExpectationViolationException

Thrown when an expectation violation was found during mocker verification.

InvalidOperationException
class InvalidOperationException
Undocumented in source.
MocksSetupException
class MocksSetupException
Undocumented in source.

Functions

debugLog
void debugLog(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
nullableToString
string nullableToString(T obj)
Undocumented in source. Be warned that the author may not have intended to support it.
yellow
string yellow(string text)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

IsConcreteClass
template IsConcreteClass(T)
Undocumented in source.

Meta