Package org.apache.torque
Klasse TorqueInstanceTest
java.lang.Object
org.apache.torque.BaseTestCase
org.apache.torque.TorqueInstanceTest
Tests the TorqueInstance Class.
- Version:
- $Id: TorqueInstanceTest.java 1886097 2021-02-01 09:46:04Z gk $
- Autor:
- Thomas Fischer
-
Feldübersicht
Von Klasse geerbte Felder org.apache.torque.BaseTestCase
CONFIG_FILE, database, databaseMap, databaseMysql, databaseOracle, databasePostgresql, integerColumnMap, stringColumnMap, stringColumnMap2, stringColumnMap3, tableMap
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Tests whether the databaseInfo objects are filled correctly.void
Checks whether a DataSourceFactory with the nameDEFAULT_NAME
is defined.void
Tests whether an external adapter is loaded correctly.void
Tests whether the schema information in the databases is filled correctly.void
Von Klasse geerbte Methoden org.apache.torque.BaseTestCase
setUp
-
Konstruktordetails
-
TorqueInstanceTest
public TorqueInstanceTest()
-
-
Methodendetails
-
testExternalAdapter
Tests whether an external adapter is loaded correctly.- Löst aus:
Exception
- if an error occurs during the Test.
-
testDefaultDataSourceFactory
Checks whether a DataSourceFactory with the nameDEFAULT_NAME
is defined. (TRQS 322)- Löst aus:
Exception
- if an error occurs during the Test.
-
testDatabases
Tests whether the databaseInfo objects are filled correctly.- Löst aus:
Exception
- if an error occurs during the Test.
-
testSchemata
Tests whether the schema information in the databases is filled correctly.- Löst aus:
Exception
-
testShutdown
- Löst aus:
Exception
-