Uses of Class
org.apache.sling.testing.mock.sling.junit5.SlingContextBuilder
-
-
Uses of SlingContextBuilder in org.apache.sling.testing.mock.sling.junit5
Methods in org.apache.sling.testing.mock.sling.junit5 that return SlingContextBuilder Modifier and Type Method Description SlingContextBuilderSlingContextBuilder. afterSetUp(@NotNull org.apache.sling.testing.mock.osgi.context.ContextCallback<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... afterSetUpCallback)SlingContextBuilderSlingContextBuilder. afterTearDown(@NotNull org.apache.sling.testing.mock.osgi.context.ContextCallback<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... afterTearDownCallback)SlingContextBuilderSlingContextBuilder. beforeSetUp(@NotNull org.apache.sling.testing.mock.osgi.context.ContextCallback<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... beforeSetUpCallback)SlingContextBuilderSlingContextBuilder. beforeTearDown(@NotNull org.apache.sling.testing.mock.osgi.context.ContextCallback<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... beforeTearDownCallback)SlingContextBuilderSlingContextBuilder. plugin(@NotNull org.apache.sling.testing.mock.osgi.context.ContextPlugin<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... plugin)SlingContextBuilderSlingContextBuilder. registerSlingModelsFromClassPath(boolean value)Automatic registering of all Sling Models found in the classpath on startup (active by default).SlingContextBuilderSlingContextBuilder. resourceResolverFactoryActivatorProps(@NotNull Map<String,Object> props)Allows to override OSGi configuration parameters for the Resource Resolver Factory Activator service.SlingContextBuilderSlingContextBuilder. resourceResolverType(@NotNull ResourceResolverType type)
-