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

FreeBSD Manual Pages

  
 
  

home | help
SHTK_UNITTEST_DELAYED_FAI(3) Library Functions ManuaSHTK_UNITTEST_DELAYED_FAI(3)

NAME
     shtk_unittest_delayed_fail -- Records a delayed failure

LIBRARY
     shtk_import unittest

SYNOPSIS
     shtk_unittest_delayed_fail [arg1 .. argN]

DESCRIPTION
     The  shtk_unittest_delayed_fail  function	marks the currently running test
     case as failed but allows the test  to  continue  execution.   The  message
     given in the arguments arg1 through argN is printed along the failure.

     shtk_unittest_delayed_fail should be used to fail the test case when an er-
     roneous  condition is detected and such condition does not prevent the rest
     of the test case's code from running and possibly	raising  other	(legiti-
     mate) failure signals.

SEE ALSO
     shtk(3), shtk_unittest(3)

HISTORY
     shtk_unittest_delayed_fail first appeared in shtk 1.6.

FreeBSD ports 15.quarterly	November 8, 2014   SHTK_UNITTEST_DELAYED_FAIL(3)

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

home | help