Package | Description |
---|---|
org.apache.sling.testing.mock.osgi.context |
OSGi context implementation for unit tests.
|
Modifier and Type | Method and Description |
---|---|
<T extends OsgiContextImpl> |
ContextPlugins.addAfterSetUpCallback(ContextCallback<T>... afterSetUpCallback)
Add callback
|
<T extends OsgiContextImpl> |
ContextPlugins.addAfterTearDownCallback(ContextCallback<T>... afterTearDownCallback)
Add callback
|
<T extends OsgiContextImpl> |
ContextPlugins.addBeforeSetUpCallback(ContextCallback<T>... beforeSetUpCallback)
Add callback
|
<T extends OsgiContextImpl> |
ContextPlugins.addBeforeTearDownCallback(ContextCallback<T>... beforeTearDownCallback)
Add callback
|
Constructor and Description |
---|
ContextPlugins(@NotNull ContextCallback<T> afterSetUpCallback)
Start with some callbacks.
|
ContextPlugins(@NotNull ContextCallback<U> afterSetUpCallback,
@NotNull ContextCallback<V> beforeTearDownCallback)
Start with some callbacks.
|
ContextPlugins(@NotNull ContextCallback<U> afterSetUpCallback,
@NotNull ContextCallback<V> beforeTearDownCallback)
Start with some callbacks.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.