Package | Description |
---|---|
org.apache.sling.testing.mock.sling.junit |
Rule for providing easy access to Sling context in JUnit tests.
|
Modifier and Type | Method and Description |
---|---|
<T extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> |
SlingContextBuilder.afterSetUp(org.apache.sling.testing.mock.osgi.context.ContextCallback<T>... afterSetUpCallback) |
<T extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> |
SlingContextBuilder.afterTearDown(org.apache.sling.testing.mock.osgi.context.ContextCallback<T>... afterTearDownCallback) |
<T extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> |
SlingContextBuilder.beforeSetUp(org.apache.sling.testing.mock.osgi.context.ContextCallback<T>... beforeSetUpCallback) |
<T extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> |
SlingContextBuilder.beforeTearDown(org.apache.sling.testing.mock.osgi.context.ContextCallback<T>... beforeTearDownCallback) |
<T extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> |
SlingContextBuilder.plugin(org.apache.sling.testing.mock.osgi.context.ContextPlugin<T>... plugin) |
SlingContextBuilder |
SlingContextBuilder.resourceResolverFactoryActivatorProps(Map<String,Object> props)
Allows to override OSGi configuration parameters for the Resource Resolver Factory Activator service.
|
SlingContextBuilder |
SlingContextBuilder.resourceResolverType(ResourceResolverType resourceResolverType) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.