Clean tests for Rust
Fluent assertions for the Rust programming language.
Fluent assertions for tests in Rust that are convenient to write and easy to extend.
Implementations of various hash rings.
Fluent test assertions
Fluent test assertions
mempool.space api interface.
Derive AssertrEq implementations.
Rust API bindings - sgodaddy_api
Fluent, easy-to-extend test assertion library.
Rust macros that test conditions without panicking
Extensible fluent expectations for Rust
rspec-expectations provides a simple, readable API to express expected outcomes of a code example.
RSpec::Wait enables time-resilient expectations in your RSpec test suite.
Expectation library with some matchers for Ruby.
Expectr is an interface to the functionality of Expect in Ruby
Expect syntax for minitest specs.
Defensive programming with expectations
One-liner for block expectations
Ruby standard library expect.
A DSL for method inpu expectations
MiniTest assertions/expectations and stubbing for Wisper
A lightweight unit testing framework. Tests (expectations) will be written as follows expect 2 do 1 + 1 end expect(1 + 1) == 2 expect NoMethodError do Object.invalid_method_call end.
minitest-global_expectations allows you to keep using simple code in your minitest specs, without having to wrap every single object you are calling an expectation method on with an underscore.