Uses of Class
org.apache.sling.testing.mock.osgi.context.OsgiContextImpl
Packages that use OsgiContextImpl
Package
Description
OSGi Config Type Parameters core implementation.
OSGi context implementation for unit tests.
-
Uses of OsgiContextImpl in org.apache.sling.testing.mock.osgi.config
Constructors in org.apache.sling.testing.mock.osgi.config with parameters of type OsgiContextImpl -
Uses of OsgiContextImpl in org.apache.sling.testing.mock.osgi.context
Classes in org.apache.sling.testing.mock.osgi.context with type parameters of type OsgiContextImplModifier and TypeClassDescriptionclassAbstractContextPlugin<T extends OsgiContextImpl>Default implementation ofContextPlugin.interfaceContextCallback<T extends OsgiContextImpl>Callback interface for application-specific setup and teardown operations to customize the mock context.interfaceContextPlugin<T extends OsgiContextImpl>Callback plugin for application-specific setup and teardown operations to customize the mock context.Methods in org.apache.sling.testing.mock.osgi.context with type parameters of type OsgiContextImplModifier and TypeMethodDescription<T extends OsgiContextImpl>
voidContextPlugins.executeAfterSetUpCallback(T context) Execute all after setup callbacks.<T extends OsgiContextImpl>
voidContextPlugins.executeAfterTearDownCallback(T context) Execute all after teardown callbacks.<T extends OsgiContextImpl>
voidContextPlugins.executeBeforeSetUpCallback(T context) Execute all before setup callbacks.<T extends OsgiContextImpl>
voidContextPlugins.executeBeforeTearDownCallback(T context) Execute all before teardown callbacks.Methods in org.apache.sling.testing.mock.osgi.context that return types with arguments of type OsgiContextImplModifier and TypeMethodDescription@NotNull Collection<ContextPlugin<? extends OsgiContextImpl>>ContextPlugins.getPlugins()