Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SHTK_UNITTEST_ASSERT_EQU(3) Library Functions ManuaSHTK_UNITTEST_ASSERT_EQU(3)

NAME
       shtk_unittest_assert_equal -- Fatal equality check between two values

LIBRARY
       shtk_import unittest

SYNOPSIS
       shtk_unittest_assert_equal expected_value actual_value

DESCRIPTION
       The  shtk_unittest_assert_equal	function  implements an	equality check
       between two values.  If actual_value matches the	expected  value	 given
       in  expected_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_equal first	appeared in shtk 1.6.

FreeBSD	Ports 14.quarterly     November	8, 2014	 SHTK_UNITTEST_ASSERT_EQUAL(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=shtk_unittest_assert_equal&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help