mindsbackyard / galvanic-assertLinks
A comprehensive set of matcher-based assertions for easier testing of Rust code
☆40Updated 5 years ago
Alternatives and similar repositories for galvanic-assert
Users that are interested in galvanic-assert are comparing it to the libraries listed below
Sorting:
- A test environment for rust: test cases & suites, fixtures, and parameterised test cases☆53Updated 6 years ago
- MockMe is a tool used to mock dependencies / function calls when running unit (lib) tests in Rust.☆44Updated 4 years ago
- Scary macros for serde_json☆43Updated 8 years ago
- Configurable metrics toolkit for Rust applications☆99Updated last month
- Mocking framework for Rust -- inspired by googlemock☆109Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Rust library providing a counter-based thread barrier☆56Updated 6 years ago
- Safely combine results☆81Updated 10 months ago
- A drop-in replacement for #[derive(Debug)] with support for members which do not implement `fmt::Debug`.☆24Updated 5 years ago
- A mocking framework for Rust☆22Updated 7 years ago
- Units of Measure for Rust☆47Updated 9 years ago
- A port of Hamcrest to rust☆94Updated 6 years ago
- A type safe, low level replacement for `std::io`.☆62Updated 2 years ago
- Data validation library for Rust☆78Updated 7 years ago
- ☆23Updated 8 years ago
- Datatest -- data-driven test framework for Rust☆54Updated last year
- Semantic validation for Rust☆88Updated 3 months ago
- Watches changes in a rust project, runs test and shows friendly notification☆81Updated 6 years ago
- Cargo subcommand for contributing to your dependencies☆56Updated 5 years ago
- Expose web api libraries as plugins in a way that is easy for Rust developers