Docs.rs
  • fluent-test-0.4.3
    • fluent-test 0.4.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mister-good-deal
    • Dependencies
      • colored ^2.0.4 normal
      • ctor ^0.2.7 normal
      • fluent-test-macros ^0.4.3 normal
      • lazy_static ^1.4.0 normal
      • once_cell ^1.18.0 normal
      • regex ^1.10.3 normal
      • thread_local ^1.1.8 normal
    • Versions
    • 56.58% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

fluent_test0.4.3

Crate Items

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

List of all items

Structs

  • Reporter
  • backend::assertions::Assertion
  • backend::assertions::AssertionStep
  • backend::assertions::TestSessionResult
  • backend::assertions::sentence::AssertionSentence
  • config::Config
  • events::EventEmitter
  • frontend::ConsoleRenderer

Enums

  • backend::assertions::LogicalOp
  • events::AssertionEvent

Traits

  • backend::matchers::boolean::BooleanMatchers
  • backend::matchers::collection::CollectionExtensions
  • backend::matchers::collection::CollectionMatchers
  • backend::matchers::equality::EqualityMatchers
  • backend::matchers::hashmap::HashMapMatchers
  • backend::matchers::numeric::NumericMatchers
  • backend::matchers::option::OptionMatchers
  • backend::matchers::result::ResultMatchers
  • backend::matchers::string::StringMatchers
  • backend::modifiers::AndModifier
  • backend::modifiers::NotModifier
  • backend::modifiers::OrModifier

Macros

  • expect
  • expect_not
  • fluent_test
  • prelude::expect
  • prelude::expect_not

Attribute Macros

  • after_all
  • before_all
  • prelude::after_all
  • prelude::before_all
  • prelude::setup
  • prelude::tear_down
  • prelude::with_fixtures
  • prelude::with_fixtures_module
  • setup
  • tear_down
  • with_fixtures
  • with_fixtures_module

Functions

  • auto_initialize_for_tests
  • backend::fixtures::is_in_fixture_test
  • backend::fixtures::register_after_all
  • backend::fixtures::register_before_all
  • backend::fixtures::register_setup
  • backend::fixtures::register_teardown
  • backend::fixtures::run_test_with_fixtures
  • config
  • config::initialize
  • config::is_enhanced_output_enabled
  • events::on_failure
  • events::on_session_completed
  • events::on_success

Type Aliases

  • backend::fixtures::FixtureFunc