|
NAMEshtk_unittest_assert_not_equal —
Fatal inequality check between two values
LIBRARYshtk_import unittestSYNOPSIS
DESCRIPTIONTheshtk_unittest_assert_not_equal function implements
an inequality check between two values. If actual_value
does not match the value given in unexpected_value
(usually hardcoded in the test), then the check is considered a success.
Otherwise, the check fails and the test case is aborted.
SEE ALSOshtk(3), shtk_unittest(3)HISTORYshtk_unittest_assert_not_equal first appeared in
shtk 1.6.
Visit the GSP FreeBSD Man Page Interface. |