test/libInit.cc
author Jan Vrany <jan.vrany@labware.com>
Wed, 08 Jul 2020 11:07:15 +0100
branchjv
changeset 1118 1cd9e0a3805b
parent 837 8de4f573203e
permissions -rw-r--r--
Add mock classes (for tests)

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: stx_goodies_monticello_test.
 */
#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_monticello_test_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libstx_goodies_monticello_test_InitDefinition() INIT_TEXT_SECTION;
#endif

extern void _MCDependencySorterTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMockClassA_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMockClassB_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMockClassD_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMockClassE_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMockClassF_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMockClassG_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMockClassH_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMockClassI_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCSnapshotResource_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCSortingTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCTestCase_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _stx_137goodies_137monticello_137test_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCAncestryTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCChangeNotificationTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCClassDefinitionTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCFileInTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCInitializationTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMczInstallerTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMergingTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMethodDefinitionTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCMockASubclass_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCOrganizationTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCPackageTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCPatchTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCRepositoryTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCScannerTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCSerializationTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCSnapshotBrowserTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCSnapshotTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCStReaderTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCStWriterTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCVersionTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCWorkingCopyTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCDictionaryRepositoryTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _MCDirectoryRepositoryTest_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);



void _libstx_goodies_monticello_test_InitDefinition(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libstx_goodies_monticello_test__DFN", _libstx_goodies_monticello_test_InitDefinition, "stx:goodies/monticello/test");
    _stx_137goodies_137monticello_137test_Init(pass,__pRT__,snd);

  __END_PACKAGE__();
}

void _libstx_goodies_monticello_test_Init(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libstx_goodies_monticello_test", _libstx_goodies_monticello_test_Init, "stx:goodies/monticello/test");
    _MCDependencySorterTest_Init(pass,__pRT__,snd);
    _MCMockClassA_Init(pass,__pRT__,snd);
    _MCMockClassB_Init(pass,__pRT__,snd);
    _MCMockClassD_Init(pass,__pRT__,snd);
    _MCMockClassE_Init(pass,__pRT__,snd);
    _MCMockClassF_Init(pass,__pRT__,snd);
    _MCMockClassG_Init(pass,__pRT__,snd);
    _MCMockClassH_Init(pass,__pRT__,snd);
    _MCMockClassI_Init(pass,__pRT__,snd);
    _MCSnapshotResource_Init(pass,__pRT__,snd);
    _MCSortingTest_Init(pass,__pRT__,snd);
    _MCTestCase_Init(pass,__pRT__,snd);
    _stx_137goodies_137monticello_137test_Init(pass,__pRT__,snd);
    _MCAncestryTest_Init(pass,__pRT__,snd);
    _MCChangeNotificationTest_Init(pass,__pRT__,snd);
    _MCClassDefinitionTest_Init(pass,__pRT__,snd);
    _MCFileInTest_Init(pass,__pRT__,snd);
    _MCInitializationTest_Init(pass,__pRT__,snd);
    _MCMczInstallerTest_Init(pass,__pRT__,snd);
    _MCMergingTest_Init(pass,__pRT__,snd);
    _MCMethodDefinitionTest_Init(pass,__pRT__,snd);
    _MCMockASubclass_Init(pass,__pRT__,snd);
    _MCOrganizationTest_Init(pass,__pRT__,snd);
    _MCPackageTest_Init(pass,__pRT__,snd);
    _MCPatchTest_Init(pass,__pRT__,snd);
    _MCRepositoryTest_Init(pass,__pRT__,snd);
    _MCScannerTest_Init(pass,__pRT__,snd);
    _MCSerializationTest_Init(pass,__pRT__,snd);
    _MCSnapshotBrowserTest_Init(pass,__pRT__,snd);
    _MCSnapshotTest_Init(pass,__pRT__,snd);
    _MCStReaderTest_Init(pass,__pRT__,snd);
    _MCStWriterTest_Init(pass,__pRT__,snd);
    _MCVersionTest_Init(pass,__pRT__,snd);
    _MCWorkingCopyTest_Init(pass,__pRT__,snd);
    _MCDictionaryRepositoryTest_Init(pass,__pRT__,snd);
    _MCDirectoryRepositoryTest_Init(pass,__pRT__,snd);


  __END_PACKAGE__();
}