Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

events

Fully qualified path: openzeppelin_testing::events

Free functions

spy_eventsCreates a new EventSpyQueue instance.

Structs

EventSpyQueueA wrapper around the EventSpy structure to allow treating the events as a queue.

Traits

Impls

EventSpyQueueImpl
ExpectedEventThe ExpectedEvent trait provides a convenient API for constructing expected events in tests. This implementation is generated by the #[generate_trait] macro and offers three methods:…
EventSpyQueueDebugImpl