Expand description
Prelude module for convenient imports
Re-exports§
pub use crate::database::TestDatabase;pub use crate::database::DatabaseTransaction;pub use crate::client::TestClient;pub use crate::client::TestResponse;pub use crate::factories::Factory;pub use crate::factories::FactoryBuilder;pub use crate::assertions::TestAssertions;pub use crate::utils;
Macros§
- json
- Construct a
serde_json::Valuefrom a JSON literal.
Structs§
- Date
Time - ISO 8601 combined date and time with time zone.
- Utc
- The UTC time zone. This is the most efficient time zone when you don’t need the local time. It is also used as an offset (which is also a dummy type).
- Uuid
- A Universally Unique Identifier (UUID).
Enums§
- Json
Value - Represents any valid JSON value.