Package | Description |
---|---|
org.apache.sling.testing.mock.osgi.context |
OSGi context implementation for unit tests.
|
org.apache.sling.testing.mock.osgi.junit |
Rule for providing easy access to OSGi context in JUnit tests.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContextPlugin<T extends OsgiContextImpl>
Default implementation of
ContextPlugin . |
Modifier and Type | Method and Description |
---|---|
Collection<ContextPlugin<? extends OsgiContextImpl>> |
ContextPlugins.getPlugins() |
Modifier and Type | Method and Description |
---|---|
<T extends OsgiContextImpl> |
ContextPlugins.addPlugin(ContextPlugin<T>... plugin)
Add plugin
|
Modifier and Type | Method and Description |
---|---|
<T extends OsgiContextImpl> |
OsgiContextBuilder.plugin(ContextPlugin<T>... plugin) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.