Expand description
§Bitwarden Test
This crate should only be used in tests and should not be included in production builds.
Contains test utilities for Bitwarden.
Modules§
- api 🔒
- repository 🔒
Structs§
- Memory
Repository - A simple in-memory repository implementation. The data is only stored in memory and will not persist beyond the lifetime of the repository instance.
Functions§
- start_
api_ mock - Helper for testing the Bitwarden API using wiremock.