class

Quartz::Simulator::SignalStub

Inherits Reference < Object

Signal transmitters are intentionally dumb: they record calls and never touch real hardware. If a test ever ends up wanting to emit — stop and audit the call chain, because on-host transmission is out of scope.

Instance methods

calls
Source
clear
Source
transmit(signal : Bytes | String, meta : Hash(String, String) = {} of String => String) : Nil
Source

Nested types