mockall_examples 0.1.0

Examples of autogenerated mock objects by Mockall
Documentation
[package]
name = "mockall_examples"
version = "0.1.0"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/asomers/mockall"
categories = ["development-tools::testing"]
keywords = ["mock", "mocking", "testing"]
documentation = "https://docs.rs/mockall_examples"
edition = "2018"
description = """
Examples of autogenerated mock objects by Mockall
"""

[package.metadata.docs.rs]
features = ["nightly-docs"]

[features]
# For building documentation only; no functional change to the library.
nightly-docs = []

[dependencies]
downcast = "0.10"
fragile = "0.3"
mockall = { version = "=0.1.0", path = "../mockall" }
predicates-tree = "1.0"