A B O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterEach(ExtensionContext) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextExtension
- afterSetUp(ContextCallback<T>...) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextBuilder
- afterTearDown(ContextCallback<T>...) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextBuilder
- afterTestExecution(ExtensionContext) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextExtension
B
- beforeEach(ExtensionContext) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextExtension
- beforeSetUp(ContextCallback<T>...) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextBuilder
- beforeTearDown(ContextCallback<T>...) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextBuilder
- build() - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextBuilder
O
- org.apache.sling.testing.mock.osgi.junit5 - package org.apache.sling.testing.mock.osgi.junit5
-
JUnit 5 extensions for OSGi context.
- OsgiContext - Class in org.apache.sling.testing.mock.osgi.junit5
-
OSGi Mock parameter object.
- OsgiContext() - Constructor for class org.apache.sling.testing.mock.osgi.junit5.OsgiContext
-
Initialize OSGi context.
- OsgiContextBuilder - Class in org.apache.sling.testing.mock.osgi.junit5
-
Builder class for creating
OsgiContext
instances with different sets of parameters. - OsgiContextBuilder() - Constructor for class org.apache.sling.testing.mock.osgi.junit5.OsgiContextBuilder
-
Create builder.
- OsgiContextCallback - Interface in org.apache.sling.testing.mock.osgi.junit5
-
Callback interface for application-specific setup and teardown operations to customize the
OsgiContext
JUnit parameter context. - OsgiContextExtension - Class in org.apache.sling.testing.mock.osgi.junit5
-
JUnit 5 extension that allows to inject
OsgiContext
(or subclasses of it) parameters in test methods, and ensures that the context is set up and teared down properly for each test method. - OsgiContextExtension() - Constructor for class org.apache.sling.testing.mock.osgi.junit5.OsgiContextExtension
P
- plugin(ContextPlugin<T>...) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextBuilder
- postProcessTestInstance(Object, ExtensionContext) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextExtension
-
Checks if test class has a
OsgiContext
or derived field.
R
- resolveParameter(ParameterContext, ExtensionContext) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextExtension
-
Resolve (or create)
OsgiContext
instance for test method parameter.
S
- setUpContext() - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContext
-
This is called by
OsgiContextExtension
to set up context. - supportsParameter(ParameterContext, ExtensionContext) - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContextExtension
-
Support parameter injection for test methods of parameter type is derived from
OsgiContext
.
T
- tearDownContext() - Method in class org.apache.sling.testing.mock.osgi.junit5.OsgiContext
-
This is called by
OsgiContextExtension
to tear down context.
All Classes All Packages