FreeBSD Manual Pages
SHTK_UNITTEST_ASSER... FreeBSD Library Functions Manual SHTK_UNITTEST_ASSER... NAME shtk_unittest_assert_not_equal -- Fatal inequality check between two val- ues LIBRARY shtk_import unittest SYNOPSIS shtk_unittest_assert_not_equal unexpected_value actual_value DESCRIPTION The shtk_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 ALSO shtk(3), shtk_unittest(3) HISTORY shtk_unittest_assert_not_equal first appeared in shtk 1.6. FreeBSD 13.0 November 8, 2014 FreeBSD 13.0
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | SEE ALSO | HISTORY
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=shtk_unittest_assert_not_equal&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>