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 init