=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tests / ORB_Local_Config / README
blobf905dfb31232ada8d0f4a2d2babdd5e2a1a08706
3 This is a collection of tests for the refactoring of the Service Configurator.
4 The following executables are self-sufficient test suites:
6 These tests require ACE_wrappers/tests/Test_Output.
8 test-bunch
10   A collection of miscellaneous tests for
11   * (testCompatibility) Compatibility of the new interfaces with the old;
12   * (testCommandLineDirectives) Processing of the command-line directives;
13   * (testOpenDynamicServices) Loading dynamic services in a local repository;
14   * (testORBInitializer_Registry) Loading the ORBInitializer_Registry locally;
15   * (testTSSGestalt) Test the helper components used to implement the
16     temporary substitution of the repository currently used as "global" for the
17     sake of registering static services, which are dependent on a dynamic
18     service;
20 test-dependency
22   * Tests the working of the ACE_Dynamic_Service_Dependency class;
24 test-new-cfg
26   *
28 test-orb-service
30   * Loading a dynamic service, which initializes its own ORB;
32 test-reusing-globals
34   * If all default-constructor-created Service Config instances refer to the
35     The One Global Configuration;
37 test-separation
39   * Services registered with separate repositories must remain separate
40     and inaccessible through anyone but the one they were registered with
42 test-simple
44   * Dynamic services loading through the new interfaces;
46 test-too-many
48   * Testing the size limits of a gestalt
50 The executables can be run independently, or together using the run_test.pl