Uses of Interface
org.apache.sling.testing.mock.osgi.context.ContextCallback
Packages that use ContextCallback
Package
Description
OSGi context implementation for unit tests.
-
Uses of ContextCallback in org.apache.sling.testing.mock.osgi.context
Methods in org.apache.sling.testing.mock.osgi.context with parameters of type ContextCallbackModifier and TypeMethodDescriptionfinal void
ContextPlugins.addAfterSetUpCallback
(@NotNull ContextCallback<? extends OsgiContextImpl> @NotNull ... afterSetUpCallback) Add callbackfinal void
ContextPlugins.addAfterTearDownCallback
(@NotNull ContextCallback<? extends OsgiContextImpl> @NotNull ... afterTearDownCallback) Add callbackfinal void
ContextPlugins.addBeforeSetUpCallback
(@NotNull ContextCallback<? extends OsgiContextImpl> @NotNull ... beforeSetUpCallback) Add callbackfinal void
ContextPlugins.addBeforeTearDownCallback
(@NotNull ContextCallback<? extends OsgiContextImpl> @NotNull ... beforeTearDownCallback) Add callbackConstructors in org.apache.sling.testing.mock.osgi.context with parameters of type ContextCallbackModifierConstructorDescriptionContextPlugins
(@NotNull ContextCallback<T> afterSetUpCallback) Start with some callbacks.ContextPlugins
(@NotNull ContextCallback<U> afterSetUpCallback, @NotNull ContextCallback<V> beforeTearDownCallback) Start with some callbacks.