A C D E F G H L M O P Q R S T U X

A

AddBatchTest - Class in org.opensubsystems.core.persist.db.driver
Test for inserting more values into the DB using addBatch() method
AddBatchTest.AddBatchTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
AddBatchTest.AddBatchTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.AddBatchTest.AddBatchTestInternal
Create new test.
addDataSource(String, String, String) - Static method in class org.opensubsystems.core.persist.db.DatabaseTest
Create data source to be managed by the transaction manager.
addDataSource(String, String, String, String, String) - Static method in class org.opensubsystems.core.persist.db.DatabaseTest
Create data source to be managed by the transaction manager.
addGenericTests(TestSuite) - Static method in class org.opensubsystems.core.CoreTests
Add all generic database tests to given suite.
addGenericTests(TestSuite) - Static method in class org.opensubsystems.core.persist.db.connectionpool.ConnectionPoolTests
Add all generic database tests to given suite.
addGenericTests(TestSuite) - Static method in class org.opensubsystems.core.persist.db.driver.DriverTests
Add all generic database tests to given suite.
addGenericTests(TestSuite) - Static method in class org.opensubsystems.GenericDatabaseTests
Add all tests which should be executed for some specific database
addGenericTestsFromTestSuite(TestSuite, String) - Static method in class org.opensubsystems.GenericDatabaseTests
Add tests from a suite specified by a class name to a specified suite.
addItem(Connection) - Method in class org.opensubsystems.core.persist.db.connectionpool.C3P0DatabaseConnectionFactoryTest.C3P0DatabaseConnectionFactoryTestInternal
Method returns item that will be added to the list.
addItem(Connection) - Method in class org.opensubsystems.core.persist.db.connectionpool.PooledDatabaseConnectionFactoryImplBaseTest
Method returns item that will be added to the list.
ALL_CONNECTION_COUNT - Static variable in class org.opensubsystems.core.persist.db.connectionpool.PooledDatabaseConnectionFactoryImplBaseTest
Constant defining MAX POOL SIZE - maximal number of connections in the pool

C

C3P0DatabaseConnectionFactoryTest - Class in org.opensubsystems.core.persist.db.connectionpool
Test of C3P0 database connection factory.
C3P0DatabaseConnectionFactoryTest.C3P0DatabaseConnectionFactoryTestInternal - Class in org.opensubsystems.core.persist.db.connectionpool
Internal class which can be included in other test suites directly without including the above suite.
C3P0DatabaseConnectionFactoryTest.C3P0DatabaseConnectionFactoryTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.connectionpool.C3P0DatabaseConnectionFactoryTest.C3P0DatabaseConnectionFactoryTestInternal
Create new C3P0DatabaseConnectionFactoryTest.
ClassFactoryTest - Class in org.opensubsystems.core.util
Tests for factory which can create classes based on other classes based on name modification.
ClassFactoryTest(String) - Constructor for class org.opensubsystems.core.util.ClassFactoryTest
Constructor for ClassFactoryTest.
ClassFactoryTest.ClassFactoryTestSampleBase - Class in org.opensubsystems.core.util
Base test class
ClassFactoryTest.ClassFactoryTestSampleBase() - Constructor for class org.opensubsystems.core.util.ClassFactoryTest.ClassFactoryTestSampleBase
Constructor
ClassFactoryTest.ClassFactoryTestSampleDerived - Class in org.opensubsystems.core.util
Base test class
ClassFactoryTest.ClassFactoryTestSampleDerived() - Constructor for class org.opensubsystems.core.util.ClassFactoryTest.ClassFactoryTestSampleDerived
Constructor
ClassUtilsTest - Class in org.opensubsystems.core.util
Tests for common operations with classes.
ClassUtilsTest(String) - Constructor for class org.opensubsystems.core.util.ClassUtilsTest
Constructor for ClassUtilsTest.
ConfigTest - Class in org.opensubsystems.core.util
Tests for common operations with configuration files.
ConfigTest(String) - Constructor for class org.opensubsystems.core.util.ConfigTest
Constructor.
ConnectionPoolTests - Class in org.opensubsystems.core.persist.db.connectionpool
Test suite containing all tests verifying behaviour of different connection pools.
containsConnection(List, Connection) - Method in class org.opensubsystems.core.persist.db.connectionpool.C3P0DatabaseConnectionFactoryTest.C3P0DatabaseConnectionFactoryTestInternal
Method results if new connection is contained within the list of first time requested connections.
containsConnection(List, Connection) - Method in class org.opensubsystems.core.persist.db.connectionpool.DBCPDatabaseConnectionFactoryTest.DBCPDatabaseConnectionFactoryTestInternal
Method results if new connection is contained within the list of first time requested connections.
containsConnection(List, Connection) - Method in class org.opensubsystems.core.persist.db.connectionpool.PooledDatabaseConnectionFactoryImplBaseTest
Method results if new connection is contained within the list of first time requested connections.
containsConnection(List, Connection) - Method in class org.opensubsystems.core.persist.db.connectionpool.ProxoolDatabaseConnectionFactoryTest.ProxoolDatabaseConnectionFactoryTestInternal
Method results if new connection is contained within the list of first time requested connections.
containsConnection(List, Connection) - Method in class org.opensubsystems.core.persist.db.connectionpool.XAPoolDatabaseConnectionFactoryTest.XAPoolDatabaseConnectionFactoryTestInternal
Method results if new connection is contained within the list of first time requested connections.
CoreTests - Class in org.opensubsystems.core
Test for classes included in Core package.
create(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
create(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.db2.DB2DatabaseTestSchema
create(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.hsqldb.HsqlDBDatabaseTestSchema
create(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.mssql.MSSQLDatabaseTestSchema
create(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.mysql.MySQLDatabaseTestSchema
create(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
create(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.postgresql.PostgreSQLDatabaseTestSchema
create(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.sapdb.SapDBDatabaseTestSchema
create(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.sybase.SybaseDatabaseTestSchema
createDataSource(DatabaseConnectionFactory, String, String, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Create datasource with specified parameters.
createDataSource(DatabaseConnectionFactory, String, String, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.hsqldb.HsqlDBDatabaseTestSchema
Create datasource with specified parameters.
createTestUser(Connection, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Create test user in the specified database.
createTestUser(Connection, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.db2.DB2DatabaseTestSchema
Create test user in the specified database.
createTestUser(Connection, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.hsqldb.HsqlDBDatabaseTestSchema
Create test user in the specified database.
createTestUser(Connection, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.mssql.MSSQLDatabaseTestSchema
Create test user in the specified database.
createTestUser(Connection, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.mysql.MySQLDatabaseTestSchema
Create test user in the specified database.
createTestUser(Connection, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Create test user in the specified database.
createTestUser(Connection, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.postgresql.PostgreSQLDatabaseTestSchema
Create test user in the specified database.
createTestUser(Connection, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.sapdb.SapDBDatabaseTestSchema
Create test user in the specified database.
createTestUser(Connection, String, String, String) - Method in class org.opensubsystems.core.persist.db.driver.sybase.SybaseDatabaseTestSchema
Create test user in the specified database.

D

DatabaseConnectionFactoryBaseTest - Class in org.opensubsystems.core.persist.db.connectionpool
Base class containing tests for general concepts of database connection factories, which every database connection factory shoudl support.
DatabaseConnectionFactoryBaseTest(String) - Constructor for class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Create new DatabaseConnectionFactoryBaseTest.
DatabaseFactoryClassFactoryTest - Class in org.opensubsystems.core.persist.db
Tests for factory which can create database factory classes based on other classes based on name modification.
DatabaseFactoryClassFactoryTest(String) - Constructor for class org.opensubsystems.core.persist.db.DatabaseFactoryClassFactoryTest
Constructor for DatabaseFactoryClassFactoryTest.
DatabaseSchemaClassFactoryTest - Class in org.opensubsystems.core.persist.db
Tests for factory which can create database schema classes based on other classes based on name modification.
DatabaseSchemaClassFactoryTest(String) - Constructor for class org.opensubsystems.core.persist.db.DatabaseSchemaClassFactoryTest
Constructor for DatabaseSchemaClassFactoryTest.
DatabaseSchemaManagerTest - Class in org.opensubsystems.core.persist.db
Tests for manager of database schema classes.
DatabaseSchemaManagerTest(String) - Constructor for class org.opensubsystems.core.persist.db.DatabaseSchemaManagerTest
Constructor for DatabaseSchemaManagerTest.
DatabaseTest - Class in org.opensubsystems.core.persist.db
Base class for all tests that access the database.
DatabaseTest(String) - Constructor for class org.opensubsystems.core.persist.db.DatabaseTest
Create new DatabaseTest.
DatabaseTest2DatabaseFactory - Class in org.opensubsystems.core.persist.db
This factory is here just to test that we can correctly instantiate database factories.
DatabaseTest2DatabaseFactory() - Constructor for class org.opensubsystems.core.persist.db.DatabaseTest2DatabaseFactory
 
DatabaseTestDatabaseFactory - Class in org.opensubsystems.core.persist.db
This factory is here just to test that we can correctly instantiate database factories.
DatabaseTestDatabaseFactory() - Constructor for class org.opensubsystems.core.persist.db.DatabaseTestDatabaseFactory
 
DatabaseTestFactory - Interface in org.opensubsystems.core.persist
This factory is here just to test that we can correctly instantiate database factories.
DatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality.
DatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Default constructor.
DatabaseTestSetup - Class in org.opensubsystems.core.persist.db
This class makes sure that the database is propertly initialized before the tests are executed and that the database is properly shutdown when all tests are finished.
DatabaseTestSetup(Test) - Constructor for class org.opensubsystems.core.persist.db.DatabaseTestSetup
Create new DatabaseTestSetup.
DatabaseTestSuite - Class in org.opensubsystems.core.persist.db
This test suite which should be used to group tests accessing database.
DatabaseTestSuite(String) - Constructor for class org.opensubsystems.core.persist.db.DatabaseTestSuite
Run all tests from
DatabaseTestSuite(String, String, String, String) - Constructor for class org.opensubsystems.core.persist.db.DatabaseTestSuite
Run all tests from
DatabaseTestSuite(String, String, String, String, String, String) - Constructor for class org.opensubsystems.core.persist.db.DatabaseTestSuite
Run all tests from
DataFactoryManagerTest - Class in org.opensubsystems.core.persist
Tests for manager of database factory classes.
DataFactoryManagerTest(String) - Constructor for class org.opensubsystems.core.persist.DataFactoryManagerTest
Constructor for DataFactoryManagerTest.
DATASOURCE_NAME_1 - Static variable in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Name ot the DataSource 1.
DATASOURCE_NAME_2 - Static variable in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Name ot the DataSource 2
DATASOURCE_NAME_ADMIN - Static variable in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Name ot the admin DataSource.
DateTest - Class in org.opensubsystems.core.persist.db.driver
All tests related to date functionality.
DateTest.DateTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
DateTest.DateTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.DateTest.DateTestInternal
Create new date test.
DateUtilsTest - Class in org.opensubsystems.core.util
Tests for common operations with dates.
DateUtilsTest(String) - Constructor for class org.opensubsystems.core.util.DateUtilsTest
Constructor for DateUtilsTest.
DB2DatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver.db2
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality for tables which are IBM DB2 database specific
DB2DatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.db2.DB2DatabaseTestSchema
Default constructor.
DB2Tests - Class in org.opensubsystems
Tests to execute for IBM DB2.
DB2Tests() - Constructor for class org.opensubsystems.DB2Tests
 
DBCPDatabaseConnectionFactoryTest - Class in org.opensubsystems.core.persist.db.connectionpool
Test of DBCP database connection factory.
DBCPDatabaseConnectionFactoryTest.DBCPDatabaseConnectionFactoryTestInternal - Class in org.opensubsystems.core.persist.db.connectionpool
Internal class which can be included in other test suites directly without including the above suite.
DBCPDatabaseConnectionFactoryTest.DBCPDatabaseConnectionFactoryTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.connectionpool.DBCPDatabaseConnectionFactoryTest.DBCPDatabaseConnectionFactoryTestInternal
Create new DBCPDatabaseConnectionFactoryTest.
DBProcReturnInsertedRowsCountTest - Class in org.opensubsystems.core.persist.db.driver
Test for returning number of inserted rows from stored procedure.
DBProcReturnInsertedRowsCountTest.DBProcReturnInsertedRowsCountTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
DBProcReturnInsertedRowsCountTest.DBProcReturnInsertedRowsCountTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.DBProcReturnInsertedRowsCountTest.DBProcReturnInsertedRowsCountTestInternal
Create new test.
DBTEST_SCHEMA_NAME - Static variable in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Name identifies this schema in the database.
DBTEST_SCHEMA_VERSION - Static variable in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Version of this schema in the database.
DEFAULT_DB_PASSWORD - Static variable in class org.opensubsystems.core.persist.db.DatabaseTest
Default password for database user.
DEFAULT_DB_USER - Static variable in class org.opensubsystems.core.persist.db.DatabaseTest
Default name for database user.
DEFAULT_PROPERTY_FILE - Static variable in class org.opensubsystems.core.persist.db.DatabaseTest
Default property file used to run tests.
DEFAULT_PROPERTY_FILE - Static variable in class org.opensubsystems.core.persist.db.DatabaseTestSetup
Default property file used to run tests.
DeleteWithSubqueryTest - Class in org.opensubsystems.core.persist.db.driver
Test for delete query using subquery.
DeleteWithSubqueryTest.DeleteWithSubqueryTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
DeleteWithSubqueryTest.DeleteWithSubqueryTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.DeleteWithSubqueryTest.DeleteWithSubqueryTestInternal
Create new test.
DriverTests - Class in org.opensubsystems.core.persist.db.driver
Test suite containing all tests verifying behaviour of different database drivers.
dropTestUser(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Drop test user in the specified database.
dropTestUser(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.db2.DB2DatabaseTestSchema
Drop test user in the specified database.
dropTestUser(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.hsqldb.HsqlDBDatabaseTestSchema
Drop test user in the specified database.
dropTestUser(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.mssql.MSSQLDatabaseTestSchema
Drop test user in the specified database.
dropTestUser(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.mysql.MySQLDatabaseTestSchema
Drop test user in the specified database.
dropTestUser(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Drop test user in the specified database.
dropTestUser(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.postgresql.PostgreSQLDatabaseTestSchema
Drop test user in the specified database.
dropTestUser(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.sapdb.SapDBDatabaseTestSchema
Drop test user in the specified database.
dropTestUser(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.sybase.SybaseDatabaseTestSchema
Drop test user in the specified database.

E

executeInsertGeneratedKey2(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Execute another query to insert to table with generated keys which guarantees return
executeInsertGeneratedKey2(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.db2.DB2DatabaseTestSchema
Execute another query to insert to table with generated keys which guarantees return
executeInsertGeneratedKey2(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.hsqldb.HsqlDBDatabaseTestSchema
Execute another query to insert to table with generated keys which guarantees return
executeInsertGeneratedKey2(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.mssql.MSSQLDatabaseTestSchema
Execute another query to insert to table with generated keys which guarantees return
executeInsertGeneratedKey2(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.mysql.MySQLDatabaseTestSchema
Execute another query to insert to table with generated keys which guarantees return
executeInsertGeneratedKey2(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Execute another query to insert to table with generated keys which guarantees return
executeInsertGeneratedKey2(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.postgresql.PostgreSQLDatabaseTestSchema
Execute another query to insert to table with generated keys which guarantees return
executeInsertGeneratedKey2(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.sapdb.SapDBDatabaseTestSchema
Execute another query to insert to table with generated keys which guarantees return
executeInsertGeneratedKey2(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.sybase.SybaseDatabaseTestSchema
Execute another query to insert to table with generated keys which guarantees return
executeInsertRow(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Execute another query to insert to table.
executeInsertRow(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.db2.DB2DatabaseTestSchema
Execute another query to insert to table.
executeInsertRow(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.hsqldb.HsqlDBDatabaseTestSchema
Execute another query to insert to table.
executeInsertRow(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.mssql.MSSQLDatabaseTestSchema
Execute another query to insert to table.
executeInsertRow(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.mysql.MySQLDatabaseTestSchema
Execute another query to insert to table.
executeInsertRow(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Execute another query to insert to table.
executeInsertRow(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.postgresql.PostgreSQLDatabaseTestSchema
Execute another query to insert to table.
executeInsertRow(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.sapdb.SapDBDatabaseTestSchema
Execute another query to insert to table.
executeInsertRow(Connection, String) - Method in class org.opensubsystems.core.persist.db.driver.sybase.SybaseDatabaseTestSchema
Execute another query to insert to table.
executeUpdateTestValue(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Execute query to update test value using stored procedure without parameters
executeUpdateTestValue(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.db2.DB2DatabaseTestSchema
Execute query to update test value using stored procedure without parameters
executeUpdateTestValue(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.hsqldb.HsqlDBDatabaseTestSchema
Execute query to update test value using stored procedure without parameters
executeUpdateTestValue(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.mssql.MSSQLDatabaseTestSchema
Execute query to update test value using stored procedure without parameters
executeUpdateTestValue(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.mysql.MySQLDatabaseTestSchema
Execute query to update test value using stored procedure without parameters
executeUpdateTestValue(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Execute query to update test value using stored procedure without parameters
executeUpdateTestValue(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.postgresql.PostgreSQLDatabaseTestSchema
Execute query to update test value using stored procedure without parameters
executeUpdateTestValue(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.sapdb.SapDBDatabaseTestSchema
Execute query to update test value using stored procedure without parameters
executeUpdateTestValue(Connection, String, String) - Method in class org.opensubsystems.core.persist.db.driver.sybase.SybaseDatabaseTestSchema
Execute query to update test value using stored procedure without parameters

F

FileCommitUtilsTest - Class in org.opensubsystems.core.util
Tests for file transaction - prepare to commit, commit and rollback processes.
FileCommitUtilsTest(String) - Constructor for class org.opensubsystems.core.util.FileCommitUtilsTest
Constructor for DateUtilsTest.
FileUtilsTest - Class in org.opensubsystems.core.util
Test for functions from FileUtils class
FileUtilsTest(String) - Constructor for class org.opensubsystems.core.util.FileUtilsTest
 

G

GeneratedKeyTest - Class in org.opensubsystems.core.persist.db.driver
All tests related to test key generation by database.
GeneratedKeyTest.GeneratedKeyTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
GeneratedKeyTest.GeneratedKeyTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.GeneratedKeyTest.GeneratedKeyTestInternal
Create new test.
GenericDatabaseTests - Class in org.opensubsystems
This class collects all generic database tests, which are then executed for a specific database.
GenericDatabaseTests() - Constructor for class org.opensubsystems.GenericDatabaseTests
Private constructor since this class cannot be instantiated
get(int, int) - Method in class org.opensubsystems.core.persist.db.DatabaseTest2DatabaseFactory
get(int, int) - Method in class org.opensubsystems.core.persist.db.DatabaseTestDatabaseFactory
GET_FILE_STRORAGE_PATH_RESULTS - Static variable in class org.opensubsystems.core.util.FileUtilsTest
Results array for testGetFileStoragePath
getDataSourceName() - Static method in class org.opensubsystems.core.persist.db.DatabaseTest
Get the name of the data source used by this test.
getDataType() - Method in class org.opensubsystems.core.persist.db.DatabaseTest2DatabaseFactory
getDataType() - Method in class org.opensubsystems.core.persist.db.DatabaseTestDatabaseFactory
getInsertGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Query to insert to table with generated keys is database specific.
getInsertGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.db2.DB2DatabaseTestSchema
Query to insert to table with generated keys is database specific.
getInsertGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.hsqldb.HsqlDBDatabaseTestSchema
Query to insert to table with generated keys is database specific.
getInsertGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.mssql.MSSQLDatabaseTestSchema
Query to insert to table with generated keys is database specific.
getInsertGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.mysql.MySQLDatabaseTestSchema
Query to insert to table with generated keys is database specific.
getInsertGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Query to insert to table with generated keys is database specific.
getInsertGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.postgresql.PostgreSQLDatabaseTestSchema
Query to insert to table with generated keys is database specific.
getInsertGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.sapdb.SapDBDatabaseTestSchema
Query to insert to table with generated keys is database specific.
getInsertGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.sybase.SybaseDatabaseTestSchema
Query to insert to table with generated keys is database specific.
getInsertSelectQuery() - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Returns insert-select query
getInsertSelectQuery() - Method in class org.opensubsystems.core.persist.db.driver.db2.DB2DatabaseTestSchema
Returns insert-select query
getInstance() - Static method in class org.opensubsystems.core.www.TestWebModule1
Get the default instance of the security bundle.
getInstance() - Static method in class org.opensubsystems.core.www.TestWebModule2
Get the default instance of the security bundle.
getInstance() - Static method in class org.opensubsystems.core.www.TestWebModule3
Get the default instance of the security bundle.
getName() - Method in class org.opensubsystems.core.www.TestWebModule1
getName() - Method in class org.opensubsystems.core.www.TestWebModule2
getName() - Method in class org.opensubsystems.core.www.TestWebModule3
getSelectExceptQuery() - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Returns select except query
getSelectExceptQuery() - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Returns select except query
getSelectExceptUnionQuery() - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Returns select-except-union query
getSelectExceptUnionQuery() - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Returns select-except-union query
getSelectExistQuery() - Method in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
Returns select-exist query
getSelectExistQuery() - Method in class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Returns select-exist query
getTabName() - Method in class org.opensubsystems.core.www.TestWebModule1
getTabName() - Method in class org.opensubsystems.core.www.TestWebModule2
getTabName() - Method in class org.opensubsystems.core.www.TestWebModule3
getTooltip() - Method in class org.opensubsystems.core.www.TestWebModule1
getTooltip() - Method in class org.opensubsystems.core.www.TestWebModule2
getTooltip() - Method in class org.opensubsystems.core.www.TestWebModule3
getURL() - Method in class org.opensubsystems.core.www.TestWebModule1
getURL() - Method in class org.opensubsystems.core.www.TestWebModule2
getURL() - Method in class org.opensubsystems.core.www.TestWebModule3

H

HsqlDBDatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver.hsqldb
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality for tables which are HSQLDB database specific
HsqlDBDatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.hsqldb.HsqlDBDatabaseTestSchema
Default constructor.
HsqlDBTests - Class in org.opensubsystems
Tests to execute for HsqlDB.
HsqlDBTests() - Constructor for class org.opensubsystems.HsqlDBTests
 

L

load(ResultSet, int) - Method in class org.opensubsystems.core.persist.db.DatabaseTest2DatabaseFactory
load(ResultSet, int) - Method in class org.opensubsystems.core.persist.db.DatabaseTestDatabaseFactory

M

m_attribA - Variable in class org.opensubsystems.core.util.ClassFactoryTest.ClassFactoryTestSampleBase
Test attribute
m_attribB - Variable in class org.opensubsystems.core.util.ClassFactoryTest.ClassFactoryTestSampleDerived
Test attribute
m_connection - Variable in class org.opensubsystems.core.persist.db.DatabaseTest
Connection to the database which can be used by test.
m_connectionFactory - Variable in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Database connection factory which can be used by test.
m_dateTimeFormat - Variable in class org.opensubsystems.core.util.DateUtilsTest
Formatter to format dates and times;
m_fcuFileTrancastion - Variable in class org.opensubsystems.core.util.FileCommitUtilsTest
FileCommitUtils object for processing of the file transaction
m_iRequestedConnectionCount - Variable in class org.opensubsystems.core.persist.db.DatabaseTest
How many connections were requested at the beginning of the test from the pool.
m_strDataSourceName - Variable in class org.opensubsystems.core.persist.db.DatabaseTestSuite
Data source which will be used by all tests in this suite
m_transaction - Variable in class org.opensubsystems.core.persist.db.DatabaseTest
Database transaction which can be used by test.
MaxDBDatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver.maxdb
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality for tables which are SAP DB database specific.
MaxDBDatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.maxdb.MaxDBDatabaseTestSchema
Default constructor.
MaxDBTests - Class in org.opensubsystems
Tests to execute for MaxDB.
MaxDBTests() - Constructor for class org.opensubsystems.MaxDBTests
 
MSSQLDatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver.mssql
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality for tables which are MS SQL Server database specific
MSSQLDatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.mssql.MSSQLDatabaseTestSchema
Default constructor.
MSSQLTests - Class in org.opensubsystems
Tests to execute for MS SQL Server.
MSSQLTests() - Constructor for class org.opensubsystems.MSSQLTests
 
MySQLDatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver.mysql
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality for tables which are MySQL database specific
MySQLDatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.mysql.MySQLDatabaseTestSchema
Default constructor.
MySQLTests - Class in org.opensubsystems
Tests to execute for MySQL.
MySQLTests() - Constructor for class org.opensubsystems.MySQLTests
 

O

OracleDatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver.oracle
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality for tables which are Oracle database specific
OracleDatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.oracle.OracleDatabaseTestSchema
Default constructor.
OracleTests - Class in org.opensubsystems
Tests to execute for Oracle database.
OracleTests() - Constructor for class org.opensubsystems.OracleTests
 
org.opensubsystems - package org.opensubsystems
 
org.opensubsystems.core - package org.opensubsystems.core
 
org.opensubsystems.core.persist - package org.opensubsystems.core.persist
 
org.opensubsystems.core.persist.db - package org.opensubsystems.core.persist.db
 
org.opensubsystems.core.persist.db.connectionpool - package org.opensubsystems.core.persist.db.connectionpool
 
org.opensubsystems.core.persist.db.driver - package org.opensubsystems.core.persist.db.driver
 
org.opensubsystems.core.persist.db.driver.db2 - package org.opensubsystems.core.persist.db.driver.db2
 
org.opensubsystems.core.persist.db.driver.hsqldb - package org.opensubsystems.core.persist.db.driver.hsqldb
 
org.opensubsystems.core.persist.db.driver.maxdb - package org.opensubsystems.core.persist.db.driver.maxdb
 
org.opensubsystems.core.persist.db.driver.mssql - package org.opensubsystems.core.persist.db.driver.mssql
 
org.opensubsystems.core.persist.db.driver.mysql - package org.opensubsystems.core.persist.db.driver.mysql
 
org.opensubsystems.core.persist.db.driver.oracle - package org.opensubsystems.core.persist.db.driver.oracle
 
org.opensubsystems.core.persist.db.driver.postgresql - package org.opensubsystems.core.persist.db.driver.postgresql
 
org.opensubsystems.core.persist.db.driver.sapdb - package org.opensubsystems.core.persist.db.driver.sapdb
 
org.opensubsystems.core.persist.db.driver.sybase - package org.opensubsystems.core.persist.db.driver.sybase
 
org.opensubsystems.core.util - package org.opensubsystems.core.util
 
org.opensubsystems.core.www - package org.opensubsystems.core.www
 

P

PasswordUtilsTest - Class in org.opensubsystems.core.util
Tests for common operations with passwords.
PasswordUtilsTest(String) - Constructor for class org.opensubsystems.core.util.PasswordUtilsTest
Constructor.
POOL_WAIT_PERIOD - Static variable in class org.opensubsystems.core.persist.db.connectionpool.PooledDatabaseConnectionFactoryImplBaseTest
Constant defining POOL WAIT PERIOD - how long the pool will be waiting when there are used all connections in the pool.
PooledDatabaseConnectionFactoryImplBaseTest - Class in org.opensubsystems.core.persist.db.connectionpool
Base class containing tests for general concepts of pooled database connection factories, which every pooled database connection factory should support.
PooledDatabaseConnectionFactoryImplBaseTest(String) - Constructor for class org.opensubsystems.core.persist.db.connectionpool.PooledDatabaseConnectionFactoryImplBaseTest
Create new PooledDatabaseConnectionFactoryImplBaseTest.
PostgreSQLDatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver.postgresql
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality for tables which are Postgre SQL database specific
PostgreSQLDatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.postgresql.PostgreSQLDatabaseTestSchema
Default constructor.
PostgreSQLTests - Class in org.opensubsystems
Tests to execute for Postgre SQL.
PostgreSQLTests() - Constructor for class org.opensubsystems.PostgreSQLTests
 
PreparedStatementTest - Class in org.opensubsystems.core.persist.db.driver
All tests related to prepared statement.
PreparedStatementTest.PreparedStatementTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
PreparedStatementTest.PreparedStatementTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.PreparedStatementTest.PreparedStatementTestInternal
Create new test.
ProxoolDatabaseConnectionFactoryTest - Class in org.opensubsystems.core.persist.db.connectionpool
Test of Proxool database connection factory.
ProxoolDatabaseConnectionFactoryTest.ProxoolDatabaseConnectionFactoryTestInternal - Class in org.opensubsystems.core.persist.db.connectionpool
Internal class which can be included in other test suites directly without including the above suite.
ProxoolDatabaseConnectionFactoryTest.ProxoolDatabaseConnectionFactoryTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.connectionpool.ProxoolDatabaseConnectionFactoryTest.ProxoolDatabaseConnectionFactoryTestInternal
Create new ProxoolDatabaseConnectionFactoryTest.

Q

QueryTest - Class in org.opensubsystems.core.persist.db.driver
All tests related to sql queries problems.
QueryTest.QueryTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
QueryTest.QueryTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.QueryTest.QueryTestInternal
Create new test.

R

runTest(Test, TestResult) - Method in class org.opensubsystems.core.persist.db.DatabaseTestSuite

S

SameColumnTest - Class in org.opensubsystems.core.persist.db.driver
Test for same columns
SameColumnTest.SameColumnTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
SameColumnTest.SameColumnTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.SameColumnTest.SameColumnTestInternal
Create new test.
SapDBDatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver.sapdb
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality for tables which are SAP DB database specific.
SapDBDatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.sapdb.SapDBDatabaseTestSchema
Default constructor.
SapDBTests - Class in org.opensubsystems
Tests to execute for SapDB.
SapDBTests() - Constructor for class org.opensubsystems.SapDBTests
 
SelectAfterInsertIntoUniqueColumnTest - Class in org.opensubsystems.core.persist.db.driver
Test for selecting data after inserting records and then inserting duplicate record into the unique table column.
SelectAfterInsertIntoUniqueColumnTest.SelectAfterInsertIntoUniqueColumnTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
SelectAfterInsertIntoUniqueColumnTest.SelectAfterInsertIntoUniqueColumnTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.SelectAfterInsertIntoUniqueColumnTest.SelectAfterInsertIntoUniqueColumnTestInternal
Create new test.
setDataSourceName(String) - Static method in class org.opensubsystems.core.persist.db.DatabaseTest
Set the data source to be used by this database test.
SetNullColumnTest - Class in org.opensubsystems.core.persist.db.driver
Test for setting of NULL value and retrieving it from the varchar type DB column
SetNullColumnTest.SetNullColumnTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
SetNullColumnTest.SetNullColumnTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.SetNullColumnTest.SetNullColumnTestInternal
Create new test.
setTestDataSource(Test) - Method in class org.opensubsystems.core.persist.db.DatabaseTestSuite
Set datasource for all database tests in specified test or test suite
setUp() - Method in class org.opensubsystems.core.persist.DataFactoryManagerTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.connectionpool.C3P0DatabaseConnectionFactoryTest.C3P0DatabaseConnectionFactoryTestInternal
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.connectionpool.DBCPDatabaseConnectionFactoryTest.DBCPDatabaseConnectionFactoryTestInternal
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.connectionpool.PooledDatabaseConnectionFactoryImplBaseTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.connectionpool.ProxoolDatabaseConnectionFactoryTest.ProxoolDatabaseConnectionFactoryTestInternal
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.connectionpool.XAPoolDatabaseConnectionFactoryTest.XAPoolDatabaseConnectionFactoryTestInternal
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.DatabaseFactoryClassFactoryTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaClassFactoryTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaManagerTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.DatabaseTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.persist.db.DatabaseTestSetup
Set up environment for the test cases.
setUp() - Method in class org.opensubsystems.core.util.ClassFactoryTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.util.ClassUtilsTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.util.ConfigTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.util.DateUtilsTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.util.FileCommitUtilsTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.util.PasswordUtilsTest
Set up environment for the test case.
setUp() - Method in class org.opensubsystems.core.util.StringUtilsTest
Set up environment for the test case.
setURL(String) - Method in class org.opensubsystems.core.www.TestWebModule1
setURL(String) - Method in class org.opensubsystems.core.www.TestWebModule2
setURL(String) - Method in class org.opensubsystems.core.www.TestWebModule3
StringUtilsTest - Class in org.opensubsystems.core.util
Tests for common operations with strings.
StringUtilsTest(String) - Constructor for class org.opensubsystems.core.util.StringUtilsTest
Constructor for StringUtilsTest.
suite() - Static method in class org.opensubsystems.core.CoreTests
Create suite of all core tests.
suite() - Static method in class org.opensubsystems.core.persist.db.connectionpool.C3P0DatabaseConnectionFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.connectionpool.ConnectionPoolTests
Create suite of all database driver tests.
suite() - Static method in class org.opensubsystems.core.persist.db.connectionpool.DBCPDatabaseConnectionFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.connectionpool.ProxoolDatabaseConnectionFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.connectionpool.XAPoolDatabaseConnectionFactoryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.AddBatchTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.DateTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.DBProcReturnInsertedRowsCountTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.DeleteWithSubqueryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.DriverTests
Create suite of all database driver tests.
suite() - Static method in class org.opensubsystems.core.persist.db.driver.GeneratedKeyTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.PreparedStatementTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.QueryTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.SameColumnTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.SelectAfterInsertIntoUniqueColumnTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.SetNullColumnTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.TimestampTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.TimeTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.TransactionTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.UpdatableResultSetTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.core.persist.db.driver.UpdateDBProcWithoutOutputTest
Create the suite for this test since this is the only way how to create test setup which can initialize and shutdown the database for us
suite() - Static method in class org.opensubsystems.DB2Tests
Create suite of all tests which should be run for this database.
suite() - Static method in class org.opensubsystems.GenericDatabaseTests
Create suite of all tests which should be run for this database.
suite() - Static method in class org.opensubsystems.HsqlDBTests
Create suite of all tests which should be run for this database.
suite() - Static method in class org.opensubsystems.MaxDBTests
Create suite of all tests which should be run for this database.
suite() - Static method in class org.opensubsystems.MSSQLTests
Create suite of all tests which should be run for this database.
suite() - Static method in class org.opensubsystems.MySQLTests
Create suite of all tests which should be run for this database.
suite() - Static method in class org.opensubsystems.OracleTests
Create suite of all tests which should be run for this database.
suite() - Static method in class org.opensubsystems.PostgreSQLTests
Create suite of all tests which should be run for this database.
suite() - Static method in class org.opensubsystems.SapDBTests
Create suite of all tests which should be run for this database.
suite() - Static method in class org.opensubsystems.SybaseTests
Create suite of all tests which should be run for this database.
SybaseDatabaseTestSchema - Class in org.opensubsystems.core.persist.db.driver.sybase
This class encapsulates details about creation and upgrade of database schema required to test database driver functionality for tables which are Sybase database specific
SybaseDatabaseTestSchema() - Constructor for class org.opensubsystems.core.persist.db.driver.sybase.SybaseDatabaseTestSchema
Default constructor.
SybaseTests - Class in org.opensubsystems
Tests to execute for Sybase.
SybaseTests() - Constructor for class org.opensubsystems.SybaseTests
 

T

TABLE_NAMES - Static variable in class org.opensubsystems.core.persist.db.driver.DatabaseTestSchema
List of table names belonging to this schema.
tearDown() - Method in class org.opensubsystems.core.persist.DataFactoryManagerTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.persist.db.DatabaseFactoryClassFactoryTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaClassFactoryTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaManagerTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.persist.db.DatabaseTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.persist.db.DatabaseTestSetup
Restore original environment after all the tests were run.
tearDown() - Method in class org.opensubsystems.core.util.ClassFactoryTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.util.ClassUtilsTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.util.ConfigTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.util.DateUtilsTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.util.FileCommitUtilsTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.util.PasswordUtilsTest
Restore original environment after the test case.
tearDown() - Method in class org.opensubsystems.core.util.StringUtilsTest
Restore original environment after the test case.
TEST1_WEB_MODULE_NAME - Static variable in class org.opensubsystems.core.www.TestWebModule1
String unique name of the module.
TEST1_WEB_MODULE_TABNAME - Static variable in class org.opensubsystems.core.www.TestWebModule1
String unique tab name of the module.
TEST1_WEB_MODULE_TOOLTIP - Static variable in class org.opensubsystems.core.www.TestWebModule1
String tooltip for module.
TEST2_WEB_MODULE_NAME - Static variable in class org.opensubsystems.core.www.TestWebModule2
String unique name of the module.
TEST2_WEB_MODULE_TABNAME - Static variable in class org.opensubsystems.core.www.TestWebModule2
String unique tab name of the module.
TEST2_WEB_MODULE_TOOLTIP - Static variable in class org.opensubsystems.core.www.TestWebModule2
String tooltip for module.
TEST3_WEB_MODULE_NAME - Static variable in class org.opensubsystems.core.www.TestWebModule3
String unique name of the module.
TEST3_WEB_MODULE_TABNAME - Static variable in class org.opensubsystems.core.www.TestWebModule3
String unique tab name of the module.
TEST3_WEB_MODULE_TOOLTIP - Static variable in class org.opensubsystems.core.www.TestWebModule3
String tooltip for module.
testAddBatch() - Method in class org.opensubsystems.core.persist.db.driver.AddBatchTest.AddBatchTestInternal
Test for inserting more values into the DB using addBatch() method
testAddDataSourceWithTheSameName() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for adding data source with the same name as already has been added.
testBasicDateSupport() - Method in class org.opensubsystems.core.persist.db.driver.DateTest.DateTestInternal
Test the database support for Date objects.
testBasicTimestampSupport() - Method in class org.opensubsystems.core.persist.db.driver.TimestampTest.TimestampTestInternal
Test the database support for Timestamp objects.
testBasicTimeSupport() - Method in class org.opensubsystems.core.persist.db.driver.TimeTest.TimeTestInternal
Test the database support for Time objects.
testCommitAfterUpdateDelete() - Method in class org.opensubsystems.core.persist.db.driver.TransactionTest.TransactionTestInternal
Test implemented to try to detect bug in JOTM which turned up to be bug in testCommitAfterUpdateSelect.
testCommitAfterUpdateDeleteWithAutoCommit() - Method in class org.opensubsystems.core.persist.db.driver.TransactionTest.TransactionTestInternal
Test implemented to try to detect bug in JOTM which turned up to be bug in testCommitAfterUpdateSelect.
testCommitAfterUpdateSelect() - Method in class org.opensubsystems.core.persist.db.driver.TransactionTest.TransactionTestInternal
Update, delete, insert and select record in the same transaction
testConnectionCountForTwoDataSources() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for 2 data sources.
testCreateInstanceWithClass() - Method in class org.opensubsystems.core.persist.db.DatabaseFactoryClassFactoryTest
Test createNewInstance method with Class parameter
testCreateInstanceWithClass() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaClassFactoryTest
Test createNewInstance method with Class parameter
testCreateInstanceWithClass() - Method in class org.opensubsystems.core.util.ClassFactoryTest
Test createNewInstance method with Class parameter
testCreateInstanceWithClassAndDefault() - Method in class org.opensubsystems.core.persist.db.DatabaseFactoryClassFactoryTest
Test createNewInstance method with Class parameter and default class
testCreateInstanceWithClassAndDefault() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaClassFactoryTest
Test createNewInstance method with Class parameter and default class
testCreateInstanceWithClassAndDefault() - Method in class org.opensubsystems.core.util.ClassFactoryTest
Test createNewInstance method with Class parameter and default class
testCreateInstanceWithString() - Method in class org.opensubsystems.core.persist.db.DatabaseFactoryClassFactoryTest
Test createNewInstance method with Strig parameter
testCreateInstanceWithString() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaClassFactoryTest
Test createNewInstance method with Strig parameter
testCreateInstanceWithString() - Method in class org.opensubsystems.core.util.ClassFactoryTest
Test createNewInstance method with Strig parameter
testCreateInstanceWithStringAndDefault() - Method in class org.opensubsystems.core.persist.db.DatabaseFactoryClassFactoryTest
Test createNewInstance method with String parameter and default class
testCreateInstanceWithStringAndDefault() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaClassFactoryTest
Test createNewInstance method with String parameter and default class
testCreateInstanceWithStringAndDefault() - Method in class org.opensubsystems.core.util.ClassFactoryTest
Test createNewInstance method with String parameter and default class
testCreateNewInstanceWithClass() - Method in class org.opensubsystems.core.util.ClassUtilsTest
Test createNewInstance method with Class parameter
testCreateNewInstanceWithString() - Method in class org.opensubsystems.core.util.ClassUtilsTest
Test createNewInstance method with String parameter
testCreatingDefaultDataSource() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for request connection will create default data source if there wasn't specified.
testDateAndTimeEquals() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two equal date times.
testDateAndTimeEqualsFirstNull() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of null and date time.
testDateAndTimeEqualsNullAndNull() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of null and null.
testDateAndTimeEqualsSecondNull() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of date time and null.
testDateAndTimeEqualsWithDayDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two date times which differ in day.
testDateAndTimeEqualsWithEraDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two date times which differ in era.
testDateAndTimeEqualsWithHourDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two date times which differ in hour.
testDateAndTimeEqualsWithMilliDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two date times which differ in milliseconds.
testDateAndTimeEqualsWithMinuteDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two date times which differ in minutes.
testDateAndTimeEqualsWithMonthDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two date times which differ in month.
testDateAndTimeEqualsWithSecondDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two date times which differ in seconds.
testDateAndTimeEqualsWithTheSameObject() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of the same date time object.
testDateAndTimeEqualsWithYearDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two date times which differ in year.
testDateEquals() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two equal dates.
testDateEqualsFirstNull() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of null and date.
testDateEqualsNullAndNull() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of null and null.
testDateEqualsSecondNull() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of date and null.
testDateEqualsWithDayDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in day.
testDateEqualsWithEraDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in era.
testDateEqualsWithHourDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in hour.
testDateEqualsWithMilliDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in milliseconds.
testDateEqualsWithMinuteDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in minutes.
testDateEqualsWithMonthDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in month.
testDateEqualsWithSecondDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in seconds.
testDateEqualsWithTheSameObject() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of the same date object.
testDateEqualsWithYearDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in year.
testDBProcReturnInsertRowsCount() - Method in class org.opensubsystems.core.persist.db.driver.DBProcReturnInsertedRowsCountTest.DBProcReturnInsertedRowsCountTestInternal
Test if the DB procedure will return number of inserted rows.
testDeleteRow() - Method in class org.opensubsystems.core.persist.db.driver.UpdatableResultSetTest.UpdatableResultSetTestInternal
Test if the database driver support updatable result set.
testDeleteWithSubquery() - Method in class org.opensubsystems.core.persist.db.driver.DeleteWithSubqueryTest.DeleteWithSubqueryTestInternal
Test if the DB supports delete using subquery in the SQL command.
testDummy() - Method in class org.opensubsystems.core.util.FileCommitUtilsTest
This is here defined just so JUnit passes
testEmptyCommit() - Method in class org.opensubsystems.core.persist.db.driver.TransactionTest.TransactionTestInternal
Test implemented to try to detect bug in JDBC Transaction manager which was causing the transaction to stay active if nothing was done during the transaction
testEmptyRollback() - Method in class org.opensubsystems.core.persist.db.driver.TransactionTest.TransactionTestInternal
Test implemented to try to detect bug in JDBC Transaction manager which was causing the transaction to stay active if nothing was done during the transaction
testExceptExcept() - Method in class org.opensubsystems.core.persist.db.driver.QueryTest.QueryTestInternal
Test if select except except without parenthesis work
testExceptUnion() - Method in class org.opensubsystems.core.persist.db.driver.QueryTest.QueryTestInternal
Test if select except union without parenthesis work
testExistsQuery() - Method in class org.opensubsystems.core.persist.db.driver.QueryTest.QueryTestInternal
Test if the exists is working
testForeignKey() - Method in class org.opensubsystems.core.persist.db.driver.GeneratedKeyTest.GeneratedKeyTestInternal
Test if the database driver supports inserting into tables where the foreign key pointing to the same row which is being inserted.
testGeneratedKey() - Method in class org.opensubsystems.core.persist.db.driver.GeneratedKeyTest.GeneratedKeyTestInternal
Test if the database driver supports fetching of generated keys.
testGeneratedKeyUsingStoredProcedure() - Method in class org.opensubsystems.core.persist.db.driver.GeneratedKeyTest.GeneratedKeyTestInternal
Test if we can fetch generated keys using stored procedure Uses the already setup connection and transaction.
testGetFactoryInstance() - Method in class org.opensubsystems.core.persist.DataFactoryManagerTest
Test getFactoryInstance method
testGetFileStoragePath() - Method in class org.opensubsystems.core.util.FileUtilsTest
test for getFileStroragePath function
testGetInstance() - Method in class org.opensubsystems.core.persist.DataFactoryManagerTest
Test getInstance method
testGetInstance() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaManagerTest
Test getInstance method
testGetMessageDigest() - Method in class org.opensubsystems.core.util.PasswordUtilsTest
Test calculating a message digest using a default algorithm
testGetPropertiesSafelyWithDependentFile() - Method in class org.opensubsystems.core.util.ConfigTest
Test getting properties from multiple dependent files
testGetSchemaInstance() - Method in class org.opensubsystems.core.persist.db.DatabaseSchemaManagerTest
Test getSchemaInstance method
testGroupQuery() - Method in class org.opensubsystems.core.persist.db.driver.QueryTest.QueryTestInternal
Test if the group will be correct if no specified data in DB In that case there should be no row in result
testInsertSelectEmptyString() - Method in class org.opensubsystems.core.persist.db.driver.SetNullColumnTest.SetNullColumnTestInternal
Test if there can be stored empty string in the VARCHAR type column This is not working with some older version of 'com.p6spy.engine.spy.P6SpyDriver' also Oracle doesn't make any difference betweeen null and empty string which may cause problems in the code.
testInsertSelectQuery() - Method in class org.opensubsystems.core.persist.db.driver.QueryTest.QueryTestInternal
Test if the insert-select with parameter is working
testIntersectQuery() - Method in class org.opensubsystems.core.persist.db.driver.QueryTest.QueryTestInternal
Test if the intersect is working
testJoinQuery() - Method in class org.opensubsystems.core.persist.db.driver.QueryTest.QueryTestInternal
Test if the join with also other conditions in ON part will go through In case that no join data there also should be result row
testParseFraction() - Method in class org.opensubsystems.core.util.StringUtilsTest
Test parsing of fractions using parseFraction.
testParseQuotedStringToStringArray() - Method in class org.opensubsystems.core.util.StringUtilsTest
Test parsing of string using parseQuotedStringToStringArray.
testRepeatedTransactionInsert() - Method in class org.opensubsystems.core.persist.db.driver.PreparedStatementTest.PreparedStatementTestInternal
Test if the database driver supports fetching of generated keys.
testRequestConnectionByUserAndPassword() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for requesting connection by user and password.
testRequestConnectionCount() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for request connection - if there is connection requested, request counter has to increase.
testRequestConnectionCountByDataSource() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for getting data source specified by name.
testRequestConnectionCountByDataSourceWithUserAndPasswd() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for getting data source specified by name.
testRequestConnectionCountForSpecifiedDataSource() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for connection count that is specified by data source
testRequestConnectionFromTwoDataSources() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for requesting connection implicitly without specifying user name and password.
testRequestConnectionFromTwoDataSourcesByUserAndPassword() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for requesting connection explictly by user and password.
testRequestOneMoreCanGrow() - Method in class org.opensubsystems.core.persist.db.connectionpool.PooledDatabaseConnectionFactoryImplBaseTest
Test for request X+1 connections when there is possible to grow pool (CAN GROW flag = TRUE or particular pool supports it) This method is the same as testRequestOneMoreCannotGrow() but we need to have two methods with different names because we need to set different value for CAN GROW property.
testRequestOneMoreCannotGrow() - Method in class org.opensubsystems.core.persist.db.connectionpool.PooledDatabaseConnectionFactoryImplBaseTest
Test for request X+1 connections when there is not possible to grow pool (CAN GROW flag = FALSE or particular pool doesn't support it).
testRequestXReturnX() - Method in class org.opensubsystems.core.persist.db.connectionpool.PooledDatabaseConnectionFactoryImplBaseTest
Test if I configure the factory to return at most X connections and block then I cannot retrieve more.
testReturnConnectionCount() - Method in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Test for return connection - if there is connection returned, request counter has to decrease.
testRollbackUniqueWithJDBC() - Method in class org.opensubsystems.core.persist.db.driver.TransactionTest.TransactionTestInternal
Test if the database driver support rollback.
testRollbackUniqueWithJTA() - Method in class org.opensubsystems.core.persist.db.driver.TransactionTest.TransactionTestInternal
Test if the database driver support rollback.
testSameColumSelect() - Method in class org.opensubsystems.core.persist.db.driver.SameColumnTest.SameColumnTestInternal
Test if DB supports same column names in select query This is not working with some older version of 'com.p6spy.engine.spy.P6SpyDriver'
testSelectAfterInsertIntoUniqueColumn() - Method in class org.opensubsystems.core.persist.db.driver.SelectAfterInsertIntoUniqueColumnTest.SelectAfterInsertIntoUniqueColumnTestInternal
Test for selecting data after inserting records and then inserting duplicate record into the unique table column.
testSmallNanosTimestampSupport() - Method in class org.opensubsystems.core.persist.db.driver.TimestampTest.TimestampTestInternal
Test the database support for Timestamp objects.
testTimeEquals() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two equal times.
testTimeEqualsFirstNull() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of null and time.
testTimeEqualsNullAndNull() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of null and null.
testTimeEqualsSecondNull() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of time and null.
testTimeEqualsWithDayDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two times which differ in day.
testTimeEqualsWithEraDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in era.
testTimeEqualsWithHourDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two times which differ in hours.
testTimeEqualsWithMilliDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two times which differ in milliseconds.
testTimeEqualsWithMilliDiffIgnored() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two times which differ in milliseconds and ignoring the milliseconds.
testTimeEqualsWithMinuteDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two times which differ in minutes.
testTimeEqualsWithMonthDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in month.
testTimeEqualsWithSecondDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in seconds.
testTimeEqualsWithTheSameObject() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of the same time object.
testTimeEqualsWithYearDiff() - Method in class org.opensubsystems.core.util.DateUtilsTest
Test comparison of two dates which differ in year.
testTimestampNanosSupport() - Method in class org.opensubsystems.core.persist.db.driver.TimestampTest.TimestampTestInternal
Test the database support for Timestamp objects.
testUnionQuery() - Method in class org.opensubsystems.core.persist.db.driver.QueryTest.QueryTestInternal
Test if the union is working
testUpdateDBProcWithoutOutputParam() - Method in class org.opensubsystems.core.persist.db.driver.UpdateDBProcWithoutOutputTest.UpdateDBProcWithoutOutputTestInternal
Test if the DB procedure without output parameters will return number of updated items.
TestWebModule1 - Class in org.opensubsystems.core.www
Test class representing portal web module 1.
TestWebModule1() - Constructor for class org.opensubsystems.core.www.TestWebModule1
 
TestWebModule2 - Class in org.opensubsystems.core.www
Test class representing portal web module 2.
TestWebModule2() - Constructor for class org.opensubsystems.core.www.TestWebModule2
 
TestWebModule3 - Class in org.opensubsystems.core.www
Test class representing portal web module 3.
TestWebModule3() - Constructor for class org.opensubsystems.core.www.TestWebModule3
 
TimestampTest - Class in org.opensubsystems.core.persist.db.driver
All tests related to timestamp functionality.
TimestampTest.TimestampTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
TimestampTest.TimestampTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.TimestampTest.TimestampTestInternal
Create new timestamp test.
TimeTest - Class in org.opensubsystems.core.persist.db.driver
All tests related to time functionality.
TimeTest.TimeTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
TimeTest.TimeTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.TimeTest.TimeTestInternal
Create new time test.
TransactionTest - Class in org.opensubsystems.core.persist.db.driver
Test of transaction (update, insert, delete ans select in one transaction).
TransactionTest.TransactionTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
TransactionTest.TransactionTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.TransactionTest.TransactionTestInternal
Create new test.

U

UpdatableResultSetTest - Class in org.opensubsystems.core.persist.db.driver
All tests related to result set functionality.
UpdatableResultSetTest.UpdatableResultSetTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
UpdatableResultSetTest.UpdatableResultSetTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.UpdatableResultSetTest.UpdatableResultSetTestInternal
Create new result set test.
UpdateDBProcWithoutOutputTest - Class in org.opensubsystems.core.persist.db.driver
Test for update DB procedure without output parameter.
UpdateDBProcWithoutOutputTest.UpdateDBProcWithoutOutputTestInternal - Class in org.opensubsystems.core.persist.db.driver
Internal class which can be included in other test suites directly without including the above suite.
UpdateDBProcWithoutOutputTest.UpdateDBProcWithoutOutputTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.driver.UpdateDBProcWithoutOutputTest.UpdateDBProcWithoutOutputTestInternal
Create new test.
USERNAME_FOR_DS_2 - Static variable in class org.opensubsystems.core.persist.db.connectionpool.DatabaseConnectionFactoryBaseTest
Username for 2nd datasource

X

XAPoolDatabaseConnectionFactoryTest - Class in org.opensubsystems.core.persist.db.connectionpool
Test of XAPool database connection factory.
XAPoolDatabaseConnectionFactoryTest.XAPoolDatabaseConnectionFactoryTestInternal - Class in org.opensubsystems.core.persist.db.connectionpool
Internal class which can be included in other test suites directly without including the above suite.
XAPoolDatabaseConnectionFactoryTest.XAPoolDatabaseConnectionFactoryTestInternal(String) - Constructor for class org.opensubsystems.core.persist.db.connectionpool.XAPoolDatabaseConnectionFactoryTest.XAPoolDatabaseConnectionFactoryTestInternal
Create new XAPoolDatabaseConnectionFactoryTest.

A C D E F G H L M O P Q R S T U X

Copyright © 2003 - 2006 OpenSubsystems s.r.o.