Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractAcrossModuleConventionsTest - Class in com.foreach.across.test
-
Abstract unit test for testing
AcrossModule
conventions. - AbstractAcrossModuleConventionsTest() - Constructor for class com.foreach.across.test.AbstractAcrossModuleConventionsTest
- AbstractMockRegistration - Class in com.foreach.across.test
- AbstractMockRegistration(MockAcrossServletContext, String, String) - Constructor for class com.foreach.across.test.AbstractMockRegistration
- AbstractViewElementBuilderTest<T extends ViewElementBuilderSupport<U,
T>, U extends MutableViewElement> - Class in com.foreach.across.test.support -
Base unit test for
ViewElementBuilderSupport
implementations. - AbstractViewElementBuilderTest() - Constructor for class com.foreach.across.test.support.AbstractViewElementBuilderTest
- AbstractViewElementTemplateTest - Class in com.foreach.across.test.support
-
Base integration test class for testing
ViewElement
rendering using Thymeleaf. - AbstractViewElementTemplateTest() - Constructor for class com.foreach.across.test.support.AbstractViewElementTemplateTest
- AbstractViewElementTemplateTest.Config - Class in com.foreach.across.test.support
- AcrossContextBuilderConfigurerRegistrar - Class in com.foreach.across.test.support.config
-
Configuration class that will extend a configured
AcrossContextBuilder
by adding allAcrossContextConfigurer
beans from theApplicationContext
it resides in. - AcrossContextBuilderConfigurerRegistrar() - Constructor for class com.foreach.across.test.support.config.AcrossContextBuilderConfigurerRegistrar
- acrossContextSetup(AcrossContext) - Static method in class com.foreach.across.test.support.AcrossMockMvcBuilders
-
Build a
MockMvc
using the given, fully bootstrappedAcrossContext
. - acrossContextSetup(AcrossContextInfo) - Static method in class com.foreach.across.test.support.AcrossMockMvcBuilders
-
Build a
MockMvc
using the given, fully bootstrappedAcrossContext
. - acrossContextSetup(AcrossTestContext) - Static method in class com.foreach.across.test.support.AcrossMockMvcBuilders
-
Build a
MockMvc
using the given, fully bootstrappedAcrossContext
. - AcrossMockMvcBuilders - Class in com.foreach.across.test.support
-
Extends the default
MockMvcBuilders
with support for creating aDefaultMockMvcBuilder
for a fully bootstrappedAcrossContext
. - AcrossMockMvcBuilders() - Constructor for class com.foreach.across.test.support.AcrossMockMvcBuilders
- AcrossTestBuilders - Class in com.foreach.across.test.support
-
Helper for creating relevant
AcrossTestContext
builders. - AcrossTestBuilders() - Constructor for class com.foreach.across.test.support.AcrossTestBuilders
- AcrossTestConfiguration - Annotation Interface in com.foreach.across.test
-
Custom annotation that provides most of the attributes that
EnableAcrossContext
does, but adds some test-related configurations. - AcrossTestContext - Class in com.foreach.across.test
-
This class is a wrapper around a bootstrapped
AcrossContext
and provides methods for easy querying of said context and its modules. - AcrossTestContext() - Constructor for class com.foreach.across.test.AcrossTestContext
- AcrossTestContextBuilder - Class in com.foreach.across.test.support
-
Builder for creating an
AcrossTestContext
. - AcrossTestContextBuilder() - Constructor for class com.foreach.across.test.support.AcrossTestContextBuilder
- AcrossTestWebContext - Class in com.foreach.across.test
-
Extends the default
AcrossTestContext
with support for web configurations. - AcrossTestWebContext() - Constructor for class com.foreach.across.test.AcrossTestWebContext
- AcrossTestWebContextBuilder - Class in com.foreach.across.test.support
-
Builder for creating an
AcrossTestWebContext
. - AcrossTestWebContextBuilder() - Constructor for class com.foreach.across.test.support.AcrossTestWebContextBuilder
- AcrossWebAppConfiguration - Annotation Interface in com.foreach.across.test
-
Custom annotation that extends the default
WebAppConfiguration
with adding an initializer that ensures aMockAcrossServletContext
is set on theWebApplicationContext
. - addFilter(String, Filter) - Method in class com.foreach.across.test.MockAcrossServletContext
- addFilter(String, Class<? extends Filter>) - Method in class com.foreach.across.test.MockAcrossServletContext
- addFilter(String, String) - Method in class com.foreach.across.test.MockAcrossServletContext
- additionalModulePackageClasses(Class<?>...) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Type-safe alternative for
AcrossTestContextBuilder.additionalModulePackages(String...)
where the packages of the classes will be added for module scanning. - additionalModulePackageClasses(Class<?>...) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- additionalModulePackages(String...) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Additional packages that should be scanned for modules if no custom
ModuleDependencyResolver
is configured. - additionalModulePackages(String...) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- addListener(Class<? extends EventListener>) - Method in class com.foreach.across.test.MockAcrossServletContext
- addListener(String) - Method in class com.foreach.across.test.MockAcrossServletContext
- addListener(T) - Method in class com.foreach.across.test.MockAcrossServletContext
- addMapping(String...) - Method in class com.foreach.across.test.MockServletRegistration
- addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class com.foreach.across.test.MockFilterRegistration
- addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class com.foreach.across.test.MockFilterRegistration
- addServlet(String, Servlet) - Method in class com.foreach.across.test.MockAcrossServletContext
- addServlet(String, Class<? extends Servlet>) - Method in class com.foreach.across.test.MockAcrossServletContext
- addServlet(String, String) - Method in class com.foreach.across.test.MockAcrossServletContext
- allowedXmlEntities() - Method in class com.foreach.across.test.support.AbstractViewElementTemplateTest
-
Override this method to define the named entities that can be referenced in the xml.
- annotatedClasses() - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
- autoConfigure() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
Configures auto configuration of the
AcrossContext
.
B
- build() - Method in class com.foreach.across.test.support.AbstractViewElementBuilderTest
- build() - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Creates the internal
AcrossContext
and bootstraps it. - build() - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- builder - Variable in class com.foreach.across.test.support.AbstractViewElementBuilderTest
- builderContext - Variable in class com.foreach.across.test.support.AbstractViewElementBuilderTest
- builderFactory - Variable in class com.foreach.across.test.support.AbstractViewElementBuilderTest
C
- classes() - Element in annotation interface com.foreach.across.test.AcrossWebAppConfiguration
-
The annotated classes to use for loading an
ApplicationContext
. - close() - Method in class com.foreach.across.test.AcrossTestContext
- com.foreach.across.test - package com.foreach.across.test
- com.foreach.across.test.modules.webtest - package com.foreach.across.test.modules.webtest
- com.foreach.across.test.modules.webtest.config - package com.foreach.across.test.modules.webtest.config
- com.foreach.across.test.modules.webtest.controllers - package com.foreach.across.test.modules.webtest.controllers
- com.foreach.across.test.support - package com.foreach.across.test.support
- com.foreach.across.test.support.config - package com.foreach.across.test.support.config
- commonProperties() - Method in class com.foreach.across.test.support.AbstractViewElementBuilderTest
- Config() - Constructor for class com.foreach.across.test.support.AbstractViewElementTemplateTest.Config
- configure(AcrossContext) - Method in class com.foreach.across.test.support.AbstractViewElementTemplateTest.Config
- configure(AcrossContext) - Method in class com.foreach.across.test.support.config.ResetDatabaseConfigurer
- configure(AcrossContext) - Method in class com.foreach.across.test.support.config.TestDataSourceConfigurer
- configureApplicationContext(AcrossConfigurableApplicationContext) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
- configurer(AcrossContextConfigurer...) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Add one or more
AcrossContextConfigurer
instances that are to be called after the initialAcrossContext
has been created. - configurer(AcrossContextConfigurer...) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- contextInfo() - Method in class com.foreach.across.test.AcrossTestContext
- createBuilder(ViewElementBuilderFactory) - Method in class com.foreach.across.test.support.AbstractViewElementBuilderTest
- createDefaultApplicationContext() - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
- createDefaultApplicationContext() - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- createModule() - Method in class com.foreach.across.test.AbstractAcrossModuleConventionsTest
- createTestContext(AcrossConfigurableApplicationContext, AcrossContext) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
- createTestContext(AcrossConfigurableApplicationContext, AcrossContext) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- CUSTOM_TEMPLATE - Static variable in class com.foreach.across.test.support.AbstractViewElementTemplateTest
-
Constants pointing to a custom template in across test library, along with the expected output if the template is being used.
- CUSTOM_TEMPLATE_OUTPUT - Static variable in class com.foreach.across.test.support.AbstractViewElementTemplateTest
D
- dataSource(DataSource) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Set the core across datasource.
- dataSource(DataSource) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- developmentMode(boolean) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
- developmentMode(boolean) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- dropFirst(boolean) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Should the database be reset before bootstrapping the
AcrossContext
. - dropFirst(boolean) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- dynamicServletContext(boolean) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
-
Should the configured
MockAcrossServletContext
allow for dynamic registration of servlets and filters.
E
- element - Variable in class com.foreach.across.test.support.AbstractViewElementBuilderTest
- equals(Object) - Method in class com.foreach.across.test.MockFilterRegistration.MappingRule
- excludeFromScanning() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
Array of
AcrossModule
names that should never be resolved through scanning, no matter the values ofAcrossTestConfiguration.scanForRequiredModules()
andAcrossTestConfiguration.scanForOptionalModules()
. - expose() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
Specify a collection of types, interfaces or annotations that should be exposed by all modules.
- expose(Class<?>...) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Add one or more types (classes, interfaces, annotations) that should be exposed in this test context.
- expose(Class<?>...) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- ExposeForTest - Annotation Interface in com.foreach.across.test
-
Annotation to manually expose additional components for the purpose of a test.
G
- getClassName() - Method in class com.foreach.across.test.AbstractMockRegistration
- getDescription() - Method in class com.foreach.across.test.modules.webtest.WebTestModule
- getDispatcherTypes() - Method in class com.foreach.across.test.MockFilterRegistration.MappingRule
- getFilter() - Method in class com.foreach.across.test.MockFilterRegistration
- getFilterClass() - Method in class com.foreach.across.test.MockFilterRegistration
- getFilterName() - Method in class com.foreach.across.test.MockFilterRegistration
- getFilterRegistration(String) - Method in class com.foreach.across.test.MockAcrossServletContext
- getFilterRegistrations() - Method in class com.foreach.across.test.MockAcrossServletContext
- getInitParameter(String) - Method in class com.foreach.across.test.AbstractMockRegistration
- getInitParameterNames() - Method in class com.foreach.across.test.AbstractMockRegistration
- getInitParameters() - Method in class com.foreach.across.test.AbstractMockRegistration
- getJspConfigDescriptor() - Method in class com.foreach.across.test.MockAcrossServletContext
- getJspPropertyGroups() - Method in class com.foreach.across.test.MockJspConfigDescriptor
- getListeners() - Method in class com.foreach.across.test.MockAcrossServletContext
- getLoadOnStartup() - Method in class com.foreach.across.test.MockServletRegistration
- getMappingRules() - Method in class com.foreach.across.test.MockFilterRegistration
- getMappings() - Method in class com.foreach.across.test.MockServletRegistration
- getMultipartConfig() - Method in class com.foreach.across.test.MockServletRegistration
- getName() - Method in class com.foreach.across.test.AbstractMockRegistration
- getName() - Method in class com.foreach.across.test.modules.webtest.WebTestModule
- getRunAsRole() - Method in class com.foreach.across.test.MockServletRegistration
- getServlet() - Method in class com.foreach.across.test.MockServletRegistration
- getServletClass() - Method in class com.foreach.across.test.MockServletRegistration
- getServletContext() - Method in class com.foreach.across.test.AbstractMockRegistration
- getServletContext() - Method in class com.foreach.across.test.AcrossTestWebContext
-
Retrieve the
MockAcrossServletContext
that was set. - getServletName() - Method in class com.foreach.across.test.MockServletRegistration
- getServletNameMappings() - Method in class com.foreach.across.test.MockFilterRegistration
- getServletNames() - Method in class com.foreach.across.test.MockFilterRegistration.MappingRule
- getServletRegistration(String) - Method in class com.foreach.across.test.MockAcrossServletContext
- getServletRegistrations() - Method in class com.foreach.across.test.MockAcrossServletContext
- getServletSecurity() - Method in class com.foreach.across.test.MockServletRegistration
- getTaglibs() - Method in class com.foreach.across.test.MockJspConfigDescriptor
- getUrlPatternMappings() - Method in class com.foreach.across.test.MockFilterRegistration
- getUrlPatterns() - Method in class com.foreach.across.test.MockFilterRegistration.MappingRule
H
- hashCode() - Method in class com.foreach.across.test.MockFilterRegistration.MappingRule
I
- initialize() - Method in class com.foreach.across.test.MockAcrossServletContext
-
Initializes all filters and servlets registered on this context.
- initialize(ConfigurableWebApplicationContext) - Method in class com.foreach.across.test.support.config.MockAcrossServletContextInitializer
- initMvc() - Method in class com.foreach.across.test.support.AbstractViewElementTemplateTest
- installerDataSource(DataSource) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Set the installer datasource.
- installerDataSource(DataSource) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- isAsyncSupported() - Method in class com.foreach.across.test.AbstractMockRegistration
- isInitialized() - Method in class com.foreach.across.test.MockAcrossServletContext
- isMatchAfter() - Method in class com.foreach.across.test.MockFilterRegistration.MappingRule
- isServletNames() - Method in class com.foreach.across.test.MockFilterRegistration.MappingRule
- isUrlPatterns() - Method in class com.foreach.across.test.MockFilterRegistration.MappingRule
L
- loader() - Element in annotation interface com.foreach.across.test.AcrossWebAppConfiguration
-
The type of
SmartContextLoader
(orContextLoader
) to use for loading anApplicationContext
.
M
- MappingRule(boolean, boolean, EnumSet<DispatcherType>, String...) - Constructor for class com.foreach.across.test.MockFilterRegistration.MappingRule
- MockAcrossServletContext - Class in com.foreach.across.test
-
Extension of the Spring
MockServletContext
that also keeps track of all registration actions that have occurred on servlets, filters and listeners. - MockAcrossServletContext() - Constructor for class com.foreach.across.test.MockAcrossServletContext
-
Create a new instance that acts as if it has not yet been initialized.
- MockAcrossServletContext(boolean) - Constructor for class com.foreach.across.test.MockAcrossServletContext
-
Create a new instance with the specified initialized status.
- MockAcrossServletContextInitializer - Class in com.foreach.across.test.support.config
-
ApplicationContextInitializer
to be used in conjunction withWebAppConfiguration
. - MockAcrossServletContextInitializer() - Constructor for class com.foreach.across.test.support.config.MockAcrossServletContextInitializer
- MockFilterRegistration - Class in com.foreach.across.test
-
Mock version of a
FilterRegistration.Dynamic
that does nothing but keep a number of configured properties. - MockFilterRegistration.MappingRule - Class in com.foreach.across.test
- MockJspConfigDescriptor - Class in com.foreach.across.test
- MockJspConfigDescriptor() - Constructor for class com.foreach.across.test.MockJspConfigDescriptor
- mockMvc() - Method in class com.foreach.across.test.AcrossTestWebContext
-
Returns an initialized
MockMvc
for the internalAcrossContext
. - mockMvc(AcrossContextInfo) - Method in class com.foreach.across.test.support.config.MockMvcConfiguration
- MockMvcConfiguration - Class in com.foreach.across.test.support.config
-
Configures a
MockMvc
bean that supports testing a bootstrappedAcrossContext
with the registered filters of aMockAcrossServletContext
. - MockMvcConfiguration() - Constructor for class com.foreach.across.test.support.config.MockMvcConfiguration
- MockServletRegistration - Class in com.foreach.across.test
-
Mock version of a
ServletRegistration.Dynamic
that does nothing but keep a number of configured properties. - moduleConfigurationPackageClasses() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
Type-safe alternative to
AcrossTestConfiguration.moduleConfigurationPackages()
for specifying the packages to scan forModuleConfiguration
classes. - moduleConfigurationPackageClasses(Class<?>...) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Type-safe alternative for
AcrossTestContextBuilder.moduleConfigurationPackages(String...)
. - moduleConfigurationPackageClasses(Class<?>...) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- moduleConfigurationPackages() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
Set of packages that should be scanned for
ModuleConfiguration
classes. - moduleConfigurationPackages(String...) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Add one or more custom packages that should be scanned for
ModuleConfiguration
classes. - moduleConfigurationPackages(String...) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- moduleDependencyResolver(ModuleDependencyResolver) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Set the
ModuleDependencyResolver
that should be used for looking up modules by name. - moduleDependencyResolver(ModuleDependencyResolver) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- modulePackageClasses() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
Type-safe alternative to
AcrossTestConfiguration.modulePackages()
for specifying the packages to scan for modules. - modulePackages() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
Set of packages that should be scanned for modules.
- moduleProperties() - Method in class com.foreach.across.test.AbstractAcrossModuleConventionsTest
- modules() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
Array of
AcrossModule
names that should be configured if auto configuration is enabled. - modules(AcrossModule...) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Array of
AcrossModule
instances to add to the context. - modules(AcrossModule...) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- modules(String...) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Array of
AcrossModule
names that should be configured. - modules(String...) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
N
- NAME - Static variable in class com.foreach.across.test.modules.webtest.WebTestModule
- newInstance() - Method in class com.foreach.across.test.OracleDaemonContainerProvider
- newInstance(String) - Method in class com.foreach.across.test.OracleDaemonContainerProvider
O
- OracleDaemonContainerProvider - Class in com.foreach.across.test
-
A special implementation of OracleContainer which executes in its own schema to allow flash table resets to works.
- OracleDaemonContainerProvider() - Constructor for class com.foreach.across.test.OracleDaemonContainerProvider
P
- PATH - Static variable in class com.foreach.across.test.modules.webtest.controllers.RenderViewElementController
- postProcessors() - Method in class com.foreach.across.test.support.AbstractViewElementBuilderTest
- prepareModel(ModelMap) - Method in interface com.foreach.across.test.modules.webtest.controllers.RenderViewElementController.Callback
- properties(Map<String, Object>) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Add a properties map to the environment of the parent
ApplicationContext
. - properties(Map<String, Object>) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- properties(Properties) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Add a properties collection to the environment of the parent
ApplicationContext
. - properties(Properties) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- properties(PropertySource) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Add a
PropertySource
to the environment of the parentApplicationContext
. - properties(PropertySource) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- property(String, Object) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Set a property value on the environment of the parent
ApplicationContext
. - property(String, Object) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
R
- register(Class<?>...) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Add one or more annotated classes to the parent
ApplicationContext
that is attached to theAcrossContext
. - register(Class<?>...) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
- registerConfigurers(AcrossContextBuilder) - Method in class com.foreach.across.test.support.config.AcrossContextBuilderConfigurerRegistrar
- render(ViewElement) - Method in class com.foreach.across.test.support.AbstractViewElementTemplateTest
- render(ViewElement, RenderViewElementController.Callback) - Method in class com.foreach.across.test.support.AbstractViewElementTemplateTest
- render(ModelMap) - Method in class com.foreach.across.test.modules.webtest.controllers.RenderViewElementController
- renderAndExpect(Object, RenderViewElementController.Callback, String) - Method in class com.foreach.across.test.support.AbstractViewElementTemplateTest
-
Renders a single
ViewElement
by dispatching it to the render controller. - renderAndExpect(Object, String) - Method in class com.foreach.across.test.support.AbstractViewElementTemplateTest
-
Renders a single
ViewElement
by dispatching it to the render controller. - renderViewElementController() - Method in class com.foreach.across.test.modules.webtest.config.WebTestControllersConfiguration
- RenderViewElementController - Class in com.foreach.across.test.modules.webtest.controllers
- RenderViewElementController() - Constructor for class com.foreach.across.test.modules.webtest.controllers.RenderViewElementController
- RenderViewElementController.Callback - Interface in com.foreach.across.test.modules.webtest.controllers
- reset() - Method in class com.foreach.across.test.support.AbstractViewElementBuilderTest
- ResetDatabaseConfigurer - Class in com.foreach.across.test.support.config
-
Takes care of resetting the datasources attached to the
AcrossContext
. - ResetDatabaseConfigurer() - Constructor for class com.foreach.across.test.support.config.ResetDatabaseConfigurer
- resourcePath() - Element in annotation interface com.foreach.across.test.AcrossWebAppConfiguration
-
The resource path to the root directory of the web application.
S
- scanForOptionalModules() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
If auto configuration is enabled, should optional modules be scanned for?
- scanForRequiredModules() - Element in annotation interface com.foreach.across.test.AcrossTestConfiguration
-
If auto configuration is enabled, should required modules be scanned for?
- setAcrossContext(AcrossContext) - Method in class com.foreach.across.test.AcrossTestContext
- setApplicationContext(ConfigurableApplicationContext) - Method in class com.foreach.across.test.AcrossTestContext
- setApplicationContext(ConfigurableApplicationContext) - Method in class com.foreach.across.test.AcrossTestWebContext
- setAsyncSupported(boolean) - Method in class com.foreach.across.test.AbstractMockRegistration
- setBeanFactory(BeanFactory) - Method in class com.foreach.across.test.support.config.ResetDatabaseConfigurer
- setCallback(RenderViewElementController.Callback) - Method in class com.foreach.across.test.modules.webtest.controllers.RenderViewElementController
- setCallback(RenderViewElementController.Callback) - Method in class com.foreach.across.test.support.AbstractViewElementTemplateTest
-
Set the callback method to be called before rendering the view element.
- setDataSourceName(String) - Method in class com.foreach.across.test.support.config.TestDataSourceConfigurer
- setElement(Object) - Method in class com.foreach.across.test.modules.webtest.controllers.RenderViewElementController
- setEnvironment(Environment) - Method in class com.foreach.across.test.support.config.TestDataSourceConfigurer
- setInitParameter(String, String) - Method in class com.foreach.across.test.AbstractMockRegistration
- setInitParameters(Map<String, String>) - Method in class com.foreach.across.test.AbstractMockRegistration
- setLoadOnStartup(int) - Method in class com.foreach.across.test.MockServletRegistration
- setMultipartConfig(MultipartConfigElement) - Method in class com.foreach.across.test.MockServletRegistration
- setRunAsRole(String) - Method in class com.foreach.across.test.MockServletRegistration
- setServletContext(MockAcrossServletContext) - Method in class com.foreach.across.test.AcrossTestWebContext
- setServletSecurity(ServletSecurityElement) - Method in class com.foreach.across.test.MockServletRegistration
- setTemplate(String) - Method in class com.foreach.across.test.modules.webtest.controllers.RenderViewElementController
- setTemplate(String) - Method in class com.foreach.across.test.support.AbstractViewElementTemplateTest
-
Set a custom Thymeleaf template that should be used for rendering.
- setUp() - Method in class com.foreach.across.test.AbstractAcrossModuleConventionsTest
- standard() - Static method in class com.foreach.across.test.support.AcrossTestBuilders
-
Create a new builder for a standard (non-web)
AcrossContext
. - standard(boolean) - Static method in class com.foreach.across.test.support.AcrossTestBuilders
-
Create a new builder for a standard (non-web)
AcrossContext
. - supports(String) - Method in class com.foreach.across.test.OracleDaemonContainerProvider
T
- testDataSource() - Method in class com.foreach.across.test.support.config.TestDataSourceConfigurer
- TestDataSourceConfigurer - Class in com.foreach.across.test.support.config
-
Adds support for test datasource detection to an
AcrossContext
. - TestDataSourceConfigurer() - Constructor for class com.foreach.across.test.support.config.TestDataSourceConfigurer
U
- useTestDataSource(boolean) - Method in class com.foreach.across.test.support.AcrossTestContextBuilder
-
Should default test datasources be created.
- useTestDataSource(boolean) - Method in class com.foreach.across.test.support.AcrossTestWebContextBuilder
V
- value() - Element in annotation interface com.foreach.across.test.ExposeForTest
-
Specify a collection of types, interfaces or annotations that should be exposed by all modules.
W
- web() - Static method in class com.foreach.across.test.support.AcrossTestBuilders
-
Create a new builder for a web based
AcrossContext
. - web(boolean) - Static method in class com.foreach.across.test.support.AcrossTestBuilders
-
Create a new builder for a web based
AcrossContext
. - WebTestControllersConfiguration - Class in com.foreach.across.test.modules.webtest.config
- WebTestControllersConfiguration() - Constructor for class com.foreach.across.test.modules.webtest.config.WebTestControllersConfiguration
- WebTestModule - Class in com.foreach.across.test.modules.webtest
- WebTestModule() - Constructor for class com.foreach.across.test.modules.webtest.WebTestModule
All Classes and Interfaces|All Packages|Constant Field Values