pub fn setup_activity_store(
    kind: &ActivityStoreTestKind
) -> TestResult<TestData>
Expand description

Sets up an activity store with activities for testing

§Arguments

  • kind - The kind of activities for the store to setup

§Errors

Returns an error if the store cannot be created

§Returns

A TestData struct containing the activities and the store