EventSpyQueueDebug
Fully qualified path: openzeppelin_testing::events::EventSpyQueueDebug
pub trait EventSpyQueueDebug
Trait functions
print_all_events
Prints out all events remaining on the queue.
Fully qualified path: openzeppelin_testing::events::EventSpyQueueDebug::print_all_events
fn print_all_events(ref self: EventSpyQueue)
print_events_from
Prints out events on the queue emitted from the given address.
Fully qualified path: openzeppelin_testing::events::EventSpyQueueDebug::print_events_from
fn print_events_from(ref self: EventSpyQueue, from_address: ContractAddress)