Registry / testing / speculoos

speculoos

JSON →
library0.13.0rscratesunverified

A fluent assertion library for Rust, inspired by AssertJ, providing readable test assertions.

# Cargo.toml [dependencies] speculoos = "0.13.0"
INSTALL
IMPORT
SIG · SPECULOOS
S
speculoos
testingrustv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

assert_that
use speculoos::prelude::*;

Basic fluent assertion.

use speculoos::prelude::*; fn main() { let value = 42; assert_that(&value).is_equal_to(&42); println!("Assertion passed!"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
speculoos — cargo add speculoos · libregistry