Expand description
Collection of assertions and assertion-related helpers.
Structs§
Functions§
- assert_
contains - Assert that
haystack
containsneedle
. - assert_
contains_ regex - Assert that
haystack
contains the regexneedle
. - assert_
count_ is - Assert that
haystack
contains regexneedle
anexpected_count
number of times. - assert_
dirs_ are_ equal - Assert that all files in
dir1
exist and have the same content indir2
- assert_
equals - Assert that
actual
is equal toexpected
. - assert_
not_ contains - Assert that
haystack
does not containneedle
. - assert_
not_ contains_ regex - Assert that
haystack
does not contain the regexneedle
.