Uses of Interface
org.apache.sling.testing.mock.osgi.context.ContextCallback
-
Packages that use ContextCallback Package Description org.apache.sling.testing.mock.osgi.context 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 ContextCallback Modifier and Type Method Description <T extends OsgiContextImpl>
voidContextPlugins. addAfterSetUpCallback(@NotNull ContextCallback<T> @NotNull ... afterSetUpCallback)
Add callback<T extends OsgiContextImpl>
voidContextPlugins. addAfterTearDownCallback(@NotNull ContextCallback<T> @NotNull ... afterTearDownCallback)
Add callback<T extends OsgiContextImpl>
voidContextPlugins. addBeforeSetUpCallback(@NotNull ContextCallback<T> @NotNull ... beforeSetUpCallback)
Add callback<T extends OsgiContextImpl>
voidContextPlugins. addBeforeTearDownCallback(@NotNull ContextCallback<T> @NotNull ... beforeTearDownCallback)
Add callbackConstructors in org.apache.sling.testing.mock.osgi.context with parameters of type ContextCallback Constructor Description ContextPlugins(@NotNull ContextCallback<T> afterSetUpCallback)
Start with some callbacks.ContextPlugins(@NotNull ContextCallback<U> afterSetUpCallback, @NotNull ContextCallback<V> beforeTearDownCallback)
Start with some callbacks.
-