Struct suppositions::CheckConfig [] [src]

pub struct CheckConfig { /* fields omitted */ }

Configuration that allows the user to override how many tests, skipped-tests etc. are permitted.

Methods

impl CheckConfig
[src]

[src]

Overrides how many tests (either failing or successful) are executed.

[src]

Overrides how many times the generators can skip generation before we abort the test run.

[src]

This is the main entry point for users of the library.

Trait Implementations

impl Debug for CheckConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for CheckConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for CheckConfig
[src]

[src]

Returns the "default value" for a type. Read more