Available on crate features
testing only.Expand description
Trait and macro of integration tests for EventCacheStore implementations.
Traits§
- Event
Cache Store Integration Tests EventCacheStoreintegration tests.
Functions§
- check_
test_ event - Check that an event created with
make_test_eventcontains the expected data. - make_
encrypted_ test_ event - Create a
m.room.encryptedtest event with all data filled, for testing that linked chunk correctly stores event data for encrypted events. - make_
test_ event - Create a test event with all data filled, for testing that linked chunk correctly stores event data.
- make_
test_ event_ with_ event_ id - Same as
make_test_event, with an extra event id.