pub static TEST_OPTION_NONFATAL_ASSERTIONS: &GStr
Available on crate feature
v2_84
only.Expand description
A value that can be passed as an option to test_init()
.
If this option is given, assertions will not abort the process, but
call test_fail()
. Equivalent to test_set_nonfatal_assertions()
.