Class TorqueInstanceTest


  • public class TorqueInstanceTest
    extends BaseTestCase
    Tests the TorqueInstance Class.
    Version:
    $Id: TorqueInstanceTest.java 1886097 2021-02-01 09:46:04Z gk $
    Author:
    Thomas Fischer
    • Constructor Detail

      • TorqueInstanceTest

        public TorqueInstanceTest()
    • Method Detail

      • testExternalAdapter

        @Test
        public void testExternalAdapter()
                                 throws Exception
        Tests whether an external adapter is loaded correctly.
        Throws:
        Exception - if an error occurs during the Test.
      • testDefaultDataSourceFactory

        @Test
        public void testDefaultDataSourceFactory()
                                          throws Exception
        Checks whether a DataSourceFactory with the name DEFAULT_NAME is defined. (TRQS 322)
        Throws:
        Exception - if an error occurs during the Test.
      • testDatabases

        @Test
        public void testDatabases()
                           throws Exception
        Tests whether the databaseInfo objects are filled correctly.
        Throws:
        Exception - if an error occurs during the Test.
      • testSchemata

        @Test
        public void testSchemata()
                          throws Exception
        Tests whether the schema information in the databases is filled correctly.
        Throws:
        Exception