# Functions
AllVersions returns all versions of each event in events.
Assert two event.Event context are equals.
Assert two event.Event are equals.
Run f as a test for each event in events.
Run f as a test for each message in messages.
Events is a set of test events that should be handled correctly by all event-processing code.
Returns a copy of the event.Event where all extensions are converted to strings.
FullEvent has all context attributes set and JSON string data.
MinEvent has only required attributes set.
Create a new MockBinaryMessage starting from an event.Event.
Create a new MockStructuredMessage starting from an event.Event.
Must marshal the event.Event to JSON structured representation.
Must convert the Message to event.Event.
NameOf generates a string test name from x, esp.
NoExtensions returns a copy of events with no Extensions.
No description provided by the author
# Structs
MockBinaryMessage implements a binary-mode message as a simple struct.
MockStructuredMessage implements a structured-mode message as a simple struct.
No description provided by the author