VirtualBox

Changeset 20109 in vbox for trunk/include/iprt/test.h


Ignore:
Timestamp:
May 27, 2009 10:49:29 PM (16 years ago)
Author:
vboxsync
Message:

RTTestSkipAndDestroy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/test.h

    r19952 r20109  
    203203
    204204/**
     205 * Skips the test, destroys the test instance and return an exit code.
     206 *
     207 * @returns Test program exit code.
     208 * @param   hTest           The test handle. If NIL_RTTEST we'll use the one
     209 *                          associated with the calling thread.
     210 * @param   pszReasonFmt    Text explaining why, optional (NULL).
     211 * @param   va              Arguments for the reason format string.
     212 */
     213RTR3DECL(int) RTTestSkipAndDestroyV(RTTEST hTest, const char *pszReason, va_list va);
     214
     215/**
     216 * Skips the test, destroys the test instance and return an exit code.
     217 *
     218 * @returns Test program exit code.
     219 * @param   hTest           The test handle. If NIL_RTTEST we'll use the one
     220 *                          associated with the calling thread.
     221 * @param   pszReasonFmt    Text explaining why, optional (NULL).
     222 * @param   va              Arguments for the reason format string.
     223 */
     224RTR3DECL(int) RTTestSkipAndDestroy(RTTEST hTest, const char *pszReason, ...);
     225
     226/**
    205227 * Starts a sub-test.
    206228 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette