Docs.rs
symbolic-testutils-5.7.8
symbolic-testutils 5.7.8
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
getsentry-bot
Dependencies
difference ^2.0.0
normal
Versions
80%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
symbolic_
testutils
5.7.8
All Items
Crate Items
Functions
Crate
symbolic_testutils
Copy item path
Source
Functions
ยง
assert_
snapshot
Asserts that the given object matches the snapshot saved in the snapshot file. The object is serialized using the Debug trait.
assert_
snapshot_
plain
Asserts that the given string matches the snapshot saved in the snapshot file. The given string will be used as plain output and directly compared with the stored snapshot.
fixture_
path
Resolves the full path to a fixture file.
load_
fixture
Loads the fixture file with the given name and returns its contents as String.