Interface | Description |
---|---|
DataSourceFactory.DataBaseTypes |
These types match the "ddl" directories for supported database types
and it also found in the datasources connection.properties defined by the DB_TYPE property
These are also the values used to specify the required database types.
|
Class | Description |
---|---|
DataSource |
DataSource represents a single database that was configured by a connection.properties file.
|
DataSourceFactory |
The DataSourceFactory is responsible for managing the datasources used during a single test.
|
DataSourceMgr |
The DataSourceMgr is responsible for loading and managing the datasources
defined by the datasource connection properties file.
|
DataStore |
This class loads the data in the databases specified, to a known state
|
Copyright © 2019. All rights reserved.