A C D E F G H J L M O T W 

A

assertDatabaseContentsEquals(Database, InputStream) - Static method in class org.iternine.jeppetto.testsupport.db.DatabaseAssert
 
assertDatabaseContentsEquals(Database, InputStream, String[]) - Static method in class org.iternine.jeppetto.testsupport.db.DatabaseAssert
 
assertDatabaseContentsEquals(Database, InputStream, Map<String, String[]>) - Static method in class org.iternine.jeppetto.testsupport.db.DatabaseAssert
 
assertDatabaseContentsEqualsResource(Database, String) - Static method in class org.iternine.jeppetto.testsupport.db.DatabaseAssert
 
assertDatabaseContentsEqualsResource(Database, String, String[]) - Static method in class org.iternine.jeppetto.testsupport.db.DatabaseAssert
 
assertDatabaseContentsEqualsResource(Database, String, Map<String, String[]>) - Static method in class org.iternine.jeppetto.testsupport.db.DatabaseAssert
 
assertDecimalValueEquals(String, BigDecimal, BigDecimal) - Static method in class org.iternine.jeppetto.testsupport.AssertUtil
 
AssertUtil - Class in org.iternine.jeppetto.testsupport
 

C

clearDatabase() - Method in class org.iternine.jeppetto.testsupport.db.Database
 
clearDatabase() - Method in class org.iternine.jeppetto.testsupport.db.HsqlDatabase
 
close() - Method in class org.iternine.jeppetto.testsupport.db.Database
 
close() - Method in class org.iternine.jeppetto.testsupport.db.HsqlDatabase
 
close() - Method in class org.iternine.jeppetto.testsupport.db.MySQLDatabase
 
close() - Method in class org.iternine.jeppetto.testsupport.TestContext
 
ConnectionSource - Interface in org.iternine.jeppetto.testsupport.db
 
createDirectory(String) - Method in class org.iternine.jeppetto.testsupport.FileSystemFixtureSupport
Creates a new directory that is relative to the temporary testing root.

D

Database - Class in org.iternine.jeppetto.testsupport.db
 
Database(ConnectionSource) - Constructor for class org.iternine.jeppetto.testsupport.db.Database
 
DatabaseAssert - Class in org.iternine.jeppetto.testsupport.db
 
DatabaseAssert() - Constructor for class org.iternine.jeppetto.testsupport.db.DatabaseAssert
 
DatabaseFactory - Class in org.iternine.jeppetto.testsupport.db
 
DatabaseProvider - Interface in org.iternine.jeppetto.testsupport
Interface implemented by classes that provide a database to a test context.
DataSourceConnectionSource - Class in org.iternine.jeppetto.testsupport.db
 
DataSourceConnectionSource(DataSource, String) - Constructor for class org.iternine.jeppetto.testsupport.db.DataSourceConnectionSource
 
destroy() - Method in class org.iternine.jeppetto.testsupport.FileSystemFixtureSupport
Deletes all of the fixture files as well as the temporary root directory.

E

executeArbitrarySql(String) - Method in class org.iternine.jeppetto.testsupport.db.Database
 

F

FileSystemFixtureSupport - Class in org.iternine.jeppetto.testsupport
This prvoides a convenient way to manage files for unit tests.
FileSystemFixtureSupport(String) - Constructor for class org.iternine.jeppetto.testsupport.FileSystemFixtureSupport
Create a FileSystemFixtureSupport that will create a new temporary directory using the specified name prefix.
FileSystemFixtureSupport(File) - Constructor for class org.iternine.jeppetto.testsupport.FileSystemFixtureSupport
Create a FileSystemFixtureSupport that will manage the specified File as its temporary root directory.

G

getBean(String) - Method in class org.iternine.jeppetto.testsupport.TestContext
 
getConnection() - Method in interface org.iternine.jeppetto.testsupport.db.ConnectionSource
 
getConnection() - Method in class org.iternine.jeppetto.testsupport.db.DataSourceConnectionSource
 
getDatabase(Properties, ApplicationContext) - Method in interface org.iternine.jeppetto.testsupport.DatabaseProvider
Create and initialize the database.
getDatabase(ConnectionSource) - Static method in class org.iternine.jeppetto.testsupport.db.DatabaseFactory
 
getDatabase(Properties, ApplicationContext) - Method in class org.iternine.jeppetto.testsupport.JdbcDatabaseProvider
 
getDatabase() - Method in class org.iternine.jeppetto.testsupport.TestContext
 
getDriverClassName() - Method in interface org.iternine.jeppetto.testsupport.db.ConnectionSource
 
getDriverClassName() - Method in class org.iternine.jeppetto.testsupport.db.DataSourceConnectionSource
 
getIDatabaseConnection() - Method in class org.iternine.jeppetto.testsupport.db.Database
 
getTestingRoot() - Method in class org.iternine.jeppetto.testsupport.FileSystemFixtureSupport
 

H

HsqlDatabase - Class in org.iternine.jeppetto.testsupport.db
 
HsqlDatabase(ConnectionSource) - Constructor for class org.iternine.jeppetto.testsupport.db.HsqlDatabase
 

J

JdbcDatabaseProvider - Class in org.iternine.jeppetto.testsupport
 
JdbcDatabaseProvider(String) - Constructor for class org.iternine.jeppetto.testsupport.JdbcDatabaseProvider
 

L

loadFileFixtures(List<String>) - Method in class org.iternine.jeppetto.testsupport.FileSystemFixtureSupport
Loads a directory structure from a zip archive.
loadXmlDataSet(InputStream) - Method in class org.iternine.jeppetto.testsupport.db.Database
 
loadXmlDataSet(InputStream) - Method in class org.iternine.jeppetto.testsupport.db.HsqlDatabase
 
loadXmlDataSetResource(String) - Method in class org.iternine.jeppetto.testsupport.db.Database
 

M

modifyProperties(Properties) - Method in interface org.iternine.jeppetto.testsupport.DatabaseProvider
Optionally make any property modifications before refreshing the application context.
modifyProperties(Properties) - Method in class org.iternine.jeppetto.testsupport.JdbcDatabaseProvider
 
MySQLDatabase - Class in org.iternine.jeppetto.testsupport.db
 
MySQLDatabase(ConnectionSource) - Constructor for class org.iternine.jeppetto.testsupport.db.MySQLDatabase
 

O

onNewIDatabaseConnection(IDatabaseConnection) - Method in class org.iternine.jeppetto.testsupport.db.Database
 
onNewIDatabaseConnection(IDatabaseConnection) - Method in class org.iternine.jeppetto.testsupport.db.HsqlDatabase
 
onNewIDatabaseConnection(IDatabaseConnection) - Method in class org.iternine.jeppetto.testsupport.db.MySQLDatabase
 
org.iternine.jeppetto.testsupport - package org.iternine.jeppetto.testsupport
 
org.iternine.jeppetto.testsupport.db - package org.iternine.jeppetto.testsupport.db
 

T

teardown() - Method in class org.iternine.jeppetto.testsupport.FileSystemFixtureSupport
Deletes any directories or files that have been created by this class.
TestContext - Class in org.iternine.jeppetto.testsupport
 
TestContext(String, String) - Constructor for class org.iternine.jeppetto.testsupport.TestContext
 
TestContext(String, String, String) - Constructor for class org.iternine.jeppetto.testsupport.TestContext
 
TestContext(String, String, DatabaseProvider...) - Constructor for class org.iternine.jeppetto.testsupport.TestContext
 

W

writeXmlDataSet(OutputStream) - Method in class org.iternine.jeppetto.testsupport.db.Database
 
writeXmlDataSet(OutputStream, String[]) - Method in class org.iternine.jeppetto.testsupport.db.Database
 
writeXmlDataSet(OutputStream, String[]) - Method in class org.iternine.jeppetto.testsupport.db.HsqlDatabase
 
A C D E F G H J L M O T W 

Copyright © 2014. All Rights Reserved.