DebugSignalIO

Debug signals are used to observe instances of specific events in tests. A node may emit signals on a function call, and another node can test for these events to see if they occur (or don't), if the order is right, etc.

@safe
interface DebugSignalIO : IO {}

Members

Functions

emitSignal
void emitSignal(string name)

Emit a debug signal.

Inherited Members

From IO

opEquals
bool opEquals(Object )
Undocumented in source.
loadTo
void loadTo(T resource)

Load a resource by reference. This is the same as Node.load.

Meta