Module expectest::prelude [] [src]

A module contains reexport of all useful functions.

Functions

be_close_to

Returns a new BeCloseTo matcher with default delta equal to 0.001.

be_empty

Returns a new BeEmpty matcher.

be_equal_to

Returns a new BeEqualTo matcher.

be_err

Returns a new BeErr matcher.

be_false

Returns a new BeFalse matcher.

be_greater_or_equal_to

Returns a new PartialOrder (greater or equal to) matcher.

be_greater_than

Returns a new PartialOrder (greater than) matcher.

be_less_or_equal_to

Returns a new PartialOrder (less or equal to) matcher.

be_less_than

Returns a new PartialOrder (less than) matcher.

be_none

Returns a new BeNone matcher.

be_ok

Returns a new BeOk matcher.

be_some

Returns a new BeSome matcher.

be_true

Returns a new BeTrue matcher.

expect

Creates a new instance of ActualValue using value.

have_count

Returns a new HaveCount matcher.