Docs.rs
  • elif-testing-0.3.0
    • elif-testing 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • krcpa
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1 normal
      • axum ^0.7 normal
      • chrono ^0.4 normal
      • elif-core ^0.5.0 normal
      • elif-http ^0.7.0 normal
      • elif-orm ^0.7.0 normal
      • hyper ^1.0 normal
      • rand ^0.8 normal
      • regex ^1.10 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sqlx ^0.7 normal
      • thiserror ^1.0 normal
      • tokio ^1.0 normal
      • tokio-test ^0.4 normal
      • tower ^0.4 normal
      • tower-http ^0.5 normal
      • tracing ^0.1 normal
      • uuid ^1.0 normal
      • tokio-test ^0.4 dev
    • Versions
    • 73.81% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

elif_testing0.3.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • assertions::TestAssertions
  • auth::AuthTestHelpers
  • auth::TestAuthProvider
  • auth::TestJwtClaims
  • auth::TestSession
  • auth::TestUserBuilder
  • client::RequestBuilder
  • client::TestClient
  • client::TestResponse
  • database::DatabaseAssertions
  • database::DatabaseTransaction
  • database::TestDatabase
  • factories::FactoryBuilder
  • factories::Post
  • factories::PostFactory
  • factories::Sequence
  • factories::User
  • factories::UserFactory
  • performance::Benchmark
  • performance::BenchmarkResult
  • performance::LoadTestConfig
  • performance::LoadTestResults
  • performance::LoadTestRunner
  • performance::ResponseTimeStats
  • prelude::DateTime
  • prelude::Utc
  • prelude::Uuid

Enums

  • TestError
  • prelude::JsonValue

Traits

  • client::AuthenticatedUser
  • factories::Factory
  • factories::HasId

Macros

  • assert_all
  • assert_any
  • assert_contains
  • assert_database_count
  • assert_database_has
  • assert_empty
  • assert_in_range
  • assert_json_contains
  • assert_json_eq
  • assert_length
  • assert_matches
  • assert_not_empty
  • assert_time_close
  • prelude::json

Functions

  • utils::random_email
  • utils::random_string
  • utils::test_timestamp
  • utils::test_uuid

Type Aliases

  • TestResult