Crate bolero_engine

Crate bolero_engine 

Source

Re-exports§

pub use crate::failure::Failure;
pub use input::Input;

Modules§

driver
failure
input
panic
shrink

Structs§

BorrowedGeneratorTest
BorrowedSliceTest
ClonedGeneratorTest
ClonedSliceTest
Error
The Error type, a wrapper around a dynamic error type.

Traits§

Driver
Trait for driving the generation of a value
Engine
Trait for defining an engine that executes a test
IntoResult
Trait that turns the test return value into a Result
ScopedEngine
Test
Trait for defining a test case
TypeGenerator
Generate a value for a given type
ValueGenerator
Generate a value with a parameterized generator

Type Aliases§

Seed

Derive Macros§

TypeGenerator
Derive the an implementation of TypeGenerator for the given type.