verify-call 0.2.0

Utility to verify whether a method has been called on a mock.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]
[dev-dependencies.impls]
version = "1.0.3"

[package]
authors = ["Dennis Krasnov <dennis@krasnov.dev>"]
categories = ["development-tools::testing", "data-structures", "rust-patterns"]
description = "Utility to verify whether a method has been called on a mock."
documentation = "https://docs.rs/verify-call"
edition = "2021"
homepage = "https://github.com/Dennis-Krasnov/Verify-Call"
keywords = ["test", "mock", "spy", "verify"]
license = "MIT"
name = "verify-call"
repository = "https://github.com/Dennis-Krasnov/Verify-Call"
resolver = "2"
rust-version = "1.56.1"
version = "0.2.0"