# Packages
No description provided by the author
# Functions
FakeEventRecorders(aka.: FakeRecorders) push the "sent" events into a string channel, using this format: "eventType eventReason eventMessage" So this function just parses this format and compares the produced fields with the fields of the provided Event structs IN ORDER.
PartialEqual asserts that two objects are equal, depending on what equal means
For instance, you may pass options to ignore certain fields.
# Type aliases
No description provided by the author