Module run_make_support::assertion_helpers
source · Expand description
Collection of assertions and assertion-related helpers.
Functions§
- Assert that
haystack
containsneedle
. - Assert that
haystack
contains the regex patternneedle
. - Assert that
haystack
containsneedle
acount
number of times. - Assert that all files in
dir1
exist and have the same content indir2
- Assert that
actual
is equal toexpected
. - Assert that
haystack
does not containneedle
. - Assert that
haystack
does not contain the regex patternneedle
.