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.registerSlingModelsFromClassPath(boolean value)
Automatic registering of all Sling Models found in the classpath on
startup (active by default).
|
SlingContextBuilder |
SlingContextBuilder.resourceResolverFactoryActivatorProps(@NotNull Map<String,Object> props)
Allows to override OSGi configuration parameters for the Resource
Resolver Factory Activator service.
|
SlingContextBuilder |
SlingContextBuilder.resourceResolverType(@NotNull org.apache.sling.testing.mock.sling.ResourceResolverType type) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.