Structs§
- Fake
Archive Accessor - FakeArchiveAccessor can be injected to provide test Inspect data to programs under test. On each ArchiveAccessor fetch, one of the strings in the [inspect_data] will be returned to the program. Strings should be JSON-formatted Inspect data.
Traits§
- Event
Signaler - EventSignaler supplies functions which FakeArchiveAccessor will call when events happen. The integration test must implement these functions.