Crate assertx[][src]

Macros

assert_contains_exactly

Asserts that both collections contain exactly the same elements found in the same order.

assert_contains_in_order

Asserts that both collections contain exactly the same elements found in the same order.

assert_contains_none

Asserts that the actual collection contains none of the elements in the expected collection

assert_same_variant

Asserts that actual variant is the same as the expected variant, regardless of the value of their fields. The enum is required to implement the Debug trait.