A B D E H J M Q S T 
All Classes All Packages

A

a_query_runner_for(QueryRunner) - Method in class dev.aherscu.qa.jgiven.jdbc.steps.JdbcFixtures
 
AbstractJdbcTest - Class in dev.aherscu.qa.jgiven.jdbc
 
AbstractJdbcTest(Class<TestConfiguration>) - Constructor for class dev.aherscu.qa.jgiven.jdbc.AbstractJdbcTest
 
ArrayStreamingHandler - Class in dev.aherscu.qa.jgiven.jdbc.utils.dbutils
ResultSetHandler implementation that converts the ResultSet into a Stream of Object[]s.
ArrayStreamingHandler() - Constructor for class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.ArrayStreamingHandler
 

B

BeanStreamingHandler<T> - Class in dev.aherscu.qa.jgiven.jdbc.utils.dbutils
ResultSetHandler implementation that converts the ResultSet into a Stream of Object[]s.
BeanStreamingHandler(Class<? extends T>) - Constructor for class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.BeanStreamingHandler
 

D

dev.aherscu.qa.jgiven.jdbc - package dev.aherscu.qa.jgiven.jdbc
 
dev.aherscu.qa.jgiven.jdbc.model - package dev.aherscu.qa.jgiven.jdbc.model
 
dev.aherscu.qa.jgiven.jdbc.steps - package dev.aherscu.qa.jgiven.jdbc.steps
 
dev.aherscu.qa.jgiven.jdbc.utils.dbutils - package dev.aherscu.qa.jgiven.jdbc.utils.dbutils
 

E

executing(String, Object...) - Method in class dev.aherscu.qa.jgiven.jdbc.steps.JdbcActions
 

H

handle(ResultSet) - Method in class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingResultSetHandler
Whole ResultSet handler.
handleRow(ResultSet) - Method in class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.ArrayStreamingHandler
 
handleRow(ResultSet) - Method in class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.BeanStreamingHandler
 
handleRow(ResultSet) - Method in class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.MapStreamingHandler
 
handleRow(ResultSet) - Method in class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingResultSetHandler
Row handler.

J

JdbcActions<SELF extends JdbcActions<SELF>> - Class in dev.aherscu.qa.jgiven.jdbc.steps
 
JdbcActions() - Constructor for class dev.aherscu.qa.jgiven.jdbc.steps.JdbcActions
 
JdbcFixtures<SELF extends JdbcFixtures<SELF>> - Class in dev.aherscu.qa.jgiven.jdbc.steps
 
JdbcFixtures() - Constructor for class dev.aherscu.qa.jgiven.jdbc.steps.JdbcFixtures
 
JdbcScenarioType - Interface in dev.aherscu.qa.jgiven.jdbc.model
Rest client type of scenario.
JdbcVerifications<SELF extends JdbcVerifications<SELF>> - Class in dev.aherscu.qa.jgiven.jdbc.steps
 
JdbcVerifications() - Constructor for class dev.aherscu.qa.jgiven.jdbc.steps.JdbcVerifications
 

M

MapStreamingHandler - Class in dev.aherscu.qa.jgiven.jdbc.utils.dbutils
ResultSetHandler implementation that converts the ResultSet into a Stream of Map.
MapStreamingHandler() - Constructor for class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.MapStreamingHandler
 

Q

queryRunner - Variable in class dev.aherscu.qa.jgiven.jdbc.steps.JdbcActions
 
queryRunner - Variable in class dev.aherscu.qa.jgiven.jdbc.steps.JdbcFixtures
 
queryRunner - Variable in class dev.aherscu.qa.jgiven.jdbc.steps.JdbcVerifications
 
queryRunnerFor(String) - Method in class dev.aherscu.qa.jgiven.jdbc.TestConfiguration
 
queryStream(String, StreamingResultSetHandler<T>, Object...) - Method in class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner
Executes a Query and returns a Stream in which each element represents a row in the result.
queryStream(String, Object...) - Method in class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner
 
queryStream(Connection, String, StreamingResultSetHandler<T>, Object...) - Method in class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner
Executes a Query and returns a Stream in which each element represents a row in the result.

S

StreamingQueryRunner - Class in dev.aherscu.qa.jgiven.jdbc.utils.dbutils
An extension of the Apache DbUtils QueryRunner that adds methods to produce Streams where each element of the stream is constructed from a row in a ResultSet.
StreamingQueryRunner(DataSource) - Constructor for class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner
 
StreamingResultSetHandler<T> - Class in dev.aherscu.qa.jgiven.jdbc.utils.dbutils
Abstract class that simplifies the development of ResultSetHandler classes that convert ResultSets into Streams.
StreamingResultSetHandler() - Constructor for class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingResultSetHandler
 

T

TestConfiguration - Class in dev.aherscu.qa.jgiven.jdbc
Represents the configuration parameters for tests.
TestConfiguration(Configuration...) - Constructor for class dev.aherscu.qa.jgiven.jdbc.TestConfiguration
Loads the specified configurations.
the_query(Class<T>, String, Matcher<Stream<T>>, Object...) - Method in class dev.aherscu.qa.jgiven.jdbc.steps.JdbcVerifications
 
the_query(String, Matcher<Stream<Object[]>>, Object...) - Method in class dev.aherscu.qa.jgiven.jdbc.steps.JdbcVerifications
 
toString() - Method in class dev.aherscu.qa.jgiven.jdbc.utils.dbutils.StreamingQueryRunner
 
A B D E H J M Q S T 
All Classes All Packages