interface InterfacDatastoreTest<D> {
    setup(): D | Promise<D>;
    teardown(store): void | Promise<void>;
}

Type Parameters

Methods

Methods