All Classes
-
All Classes Class Summary Enum Summary Annotation Types Summary Class Description AnnotationUtil ConsoleDumpErrorOnFailure When using theConsoleExtension
, this will trigger it to dump error output on test failure.ConsoleDumpOutputOnFailure When using theConsoleExtension
, this will trigger it to dump standard output on test failure.ConsoleExtension Extension for adding a fully virtual TTY and I/O for testing.ConsoleInteractive When using theConsoleExtension
, this will trigger its TTY to behave as an interactive console based on the provided value.ConsoleSize When using theConsoleExtension
, this will override the provided console size.DataSourceDriverClass Specify the driver class to load for using the database.DataSourceExtension Manage a DataSource for testing.DataSourceMode If noDataSourceURIMethod
is specified to connect to an existing DB instance, then create a H2 in-memory DB instance using a specified query syntax mode.DataSourceMode.Mode DataSourceSchema Specify SQL schemas to be loaded on startup of the DB, before starting the test.DataSourceURI Declare on parameter or test instance field to get the URI for the DB.DataSourceURIMethod If using an externally started / running DB instance, create a method to get the JDBC URI to connect to the DB.ParamsProviderUtil Utility class for building argument stream forMethodSource
.