libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 09 Jul 2014 23:00:04 +0100
branchworking_v5_0
changeset 613 5a546630cfcf
parent 611 1eecc860f4a5
child 614 3003097506c9
permissions -rw-r--r--
Reverted TestCase>>debug to original SUnit implementation and made TestFailure proceedable. The code in TestCase>>debug was too elaborate. The purpose was to be able to proceed to see what next assertion is failing. This could be easily achieved by making TestFailure a resumable exception (by means of #mayProceed)

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_goodies_sunit.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libstx_goodies_sunit_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_goodies_sunit_InitDefinition() INIT_TEXT_SECTION;
#endif

void _libstx_goodies_sunit_InitDefinition(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_sunit__DFN", _libstx_goodies_sunit_InitDefinition, "stx:goodies/sunit");
_stx_137goodies_137sunit_Init(pass,__pRT__,snd);

__END_PACKAGE__();
}

void _libstx_goodies_sunit_Init(pass, __pRT__, snd)
OBJ snd; struct __vmData__ *__pRT__; {
__BEGIN_PACKAGE2__("libstx_goodies_sunit", _libstx_goodies_sunit_Init, "stx:goodies/sunit");
_MetricsReporter_Init(pass,__pRT__,snd);
_SUnitDelay_Init(pass,__pRT__,snd);
_SUnitNameResolver_Init(pass,__pRT__,snd);
_TestAsserter_Init(pass,__pRT__,snd);
_TestCaseOutcome_Init(pass,__pRT__,snd);
_TestCoverageReporter_Init(pass,__pRT__,snd);
_TestFailure_Init(pass,__pRT__,snd);
_TestResult_Init(pass,__pRT__,snd);
_TestResultReporter_Init(pass,__pRT__,snd);
_TestRunner_Init(pass,__pRT__,snd);
_TestSuite_Init(pass,__pRT__,snd);
_TestSuitesScripter_Init(pass,__pRT__,snd);
_stx_137goodies_137sunit_Init(pass,__pRT__,snd);
_ResumableTestFailure_Init(pass,__pRT__,snd);
_TestCase_Init(pass,__pRT__,snd);
_TestResource_Init(pass,__pRT__,snd);
_TestResultStX_Init(pass,__pRT__,snd);
_TestSkipped_Init(pass,__pRT__,snd);
_TestCaseWithArguments_Init(pass,__pRT__,snd);
_TestResultForRunWithDebug_Init(pass,__pRT__,snd);

_stx_137goodies_137sunit_extensions_Init(pass,__pRT__,snd);
__END_PACKAGE__();
}