A B I J N P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AemContext - Class in io.wcm.testing.mock.aem.junit5
-
AEM Mock parameter object with resource resolver type defaulting to
ResourceResolverType.RESOURCERESOLVER_MOCK. - AemContext() - Constructor for class io.wcm.testing.mock.aem.junit5.AemContext
-
Initialize AEM context.
- AemContext(ResourceResolverType) - Constructor for class io.wcm.testing.mock.aem.junit5.AemContext
-
Initialize AEM context.
- AemContextBuilder - Class in io.wcm.testing.mock.aem.junit5
-
Builder class for creating
AemContextinstances with different sets of parameters. - AemContextBuilder() - Constructor for class io.wcm.testing.mock.aem.junit5.AemContextBuilder
-
Create builder with default resource resolver type.
- AemContextBuilder(ResourceResolverType) - Constructor for class io.wcm.testing.mock.aem.junit5.AemContextBuilder
-
Create builder with given resource resolver type.
- AemContextCallback - Interface in io.wcm.testing.mock.aem.junit5
-
Callback interface for application-specific setup and teardown operations to customize the
AemContextJUnit parameter context. - AemContextExtension - Class in io.wcm.testing.mock.aem.junit5
-
JUnit 5 extension that allows to inject
AemContext(or subclasses of it) parameters in test methods, and ensures that the context is set up and teared down properly for each test method. - AemContextExtension() - Constructor for class io.wcm.testing.mock.aem.junit5.AemContextExtension
- afterAll(ExtensionContext) - Method in class io.wcm.testing.mock.aem.junit5.AemContextExtension
- afterEach(ExtensionContext) - Method in class io.wcm.testing.mock.aem.junit5.AemContextExtension
- afterSetUp(ContextCallback<? extends OsgiContextImpl>...) - Method in class io.wcm.testing.mock.aem.junit5.AemContextBuilder
- afterTearDown(ContextCallback<? extends OsgiContextImpl>...) - Method in class io.wcm.testing.mock.aem.junit5.AemContextBuilder
- afterTestExecution(ExtensionContext) - Method in class io.wcm.testing.mock.aem.junit5.AemContextExtension
B
- beforeAll(ExtensionContext) - Method in class io.wcm.testing.mock.aem.junit5.AemContextExtension
- beforeEach(ExtensionContext) - Method in class io.wcm.testing.mock.aem.junit5.AemContextExtension
- beforeSetUp(ContextCallback<? extends OsgiContextImpl>...) - Method in class io.wcm.testing.mock.aem.junit5.AemContextBuilder
- beforeTearDown(ContextCallback<? extends OsgiContextImpl>...) - Method in class io.wcm.testing.mock.aem.junit5.AemContextBuilder
- build() - Method in class io.wcm.testing.mock.aem.junit5.AemContextBuilder
I
- io.wcm.testing.mock.aem.junit5 - package io.wcm.testing.mock.aem.junit5
-
JUnit 5 extensions for AEM context.
J
- JcrMockAemContext - Class in io.wcm.testing.mock.aem.junit5
-
AEM Mock parameter object with resource resolver type set to
ResourceResolverType.JCR_MOCK. - JcrMockAemContext() - Constructor for class io.wcm.testing.mock.aem.junit5.JcrMockAemContext
-
Constructor
- JcrOakAemContext - Class in io.wcm.testing.mock.aem.junit5
-
AEM Mock parameter object with resource resolver type set to
ResourceResolverType.JCR_OAK. - JcrOakAemContext() - Constructor for class io.wcm.testing.mock.aem.junit5.JcrOakAemContext
-
Constructor
N
- NoResourceResolverTypeAemContext - Class in io.wcm.testing.mock.aem.junit5
-
AEM Mock parameter object with resource resolver type set to
ResourceResolverType.NONE. - NoResourceResolverTypeAemContext() - Constructor for class io.wcm.testing.mock.aem.junit5.NoResourceResolverTypeAemContext
-
Constructor
P
- plugin(ContextPlugin<? extends OsgiContextImpl>...) - Method in class io.wcm.testing.mock.aem.junit5.AemContextBuilder
- postProcessTestInstance(Object, ExtensionContext) - Method in class io.wcm.testing.mock.aem.junit5.AemContextExtension
-
Checks if test class has a
AemContextor derived field.
R
- registerSlingModelsFromClassPath(boolean) - Method in class io.wcm.testing.mock.aem.junit5.AemContextBuilder
-
Automatic registering of all Sling Models found in the classpath on startup (active by default).
- resolveParameter(ParameterContext, ExtensionContext) - Method in class io.wcm.testing.mock.aem.junit5.AemContextExtension
-
Resolve (or create)
AemContextinstance for test method parameter. - resourceResolverFactoryActivatorProps(Map<String, Object>) - Method in class io.wcm.testing.mock.aem.junit5.AemContextBuilder
-
Allows to override OSGi configuration parameters for the Resource Resolver Factory Activator service.
- ResourceResolverMockAemContext - Class in io.wcm.testing.mock.aem.junit5
-
AEM Mock parameter object with resource resolver type set to
ResourceResolverType.RESOURCERESOLVER_MOCK. - ResourceResolverMockAemContext() - Constructor for class io.wcm.testing.mock.aem.junit5.ResourceResolverMockAemContext
-
Constructor
- resourceResolverType(ResourceResolverType) - Method in class io.wcm.testing.mock.aem.junit5.AemContextBuilder
S
- setUpContext() - Method in class io.wcm.testing.mock.aem.junit5.AemContext
-
This is called by
AemContextExtensionto set up context. - supportsParameter(ParameterContext, ExtensionContext) - Method in class io.wcm.testing.mock.aem.junit5.AemContextExtension
-
Support parameter injection for test methods of parameter type is derived from
AemContext.
T
- tearDownContext() - Method in class io.wcm.testing.mock.aem.junit5.AemContext
-
This is called by
AemContextExtensionto tear down context.
All Classes All Packages