Uses of Class
org.apache.sling.testing.mock.osgi.junit.OsgiContextBuilder
-
-
Uses of OsgiContextBuilder in org.apache.sling.testing.mock.osgi.junit
Methods in org.apache.sling.testing.mock.osgi.junit that return OsgiContextBuilder Modifier and Type Method Description @NotNull OsgiContextBuilderOsgiContextBuilder. afterSetUp(@NotNull ContextCallback<? extends OsgiContextImpl> @NotNull ... afterSetUpCallback)@NotNull OsgiContextBuilderOsgiContextBuilder. afterTearDown(@NotNull ContextCallback<? extends OsgiContextImpl> @NotNull ... afterTearDownCallback)@NotNull OsgiContextBuilderOsgiContextBuilder. beforeSetUp(@NotNull ContextCallback<? extends OsgiContextImpl> @NotNull ... beforeSetUpCallback)@NotNull OsgiContextBuilderOsgiContextBuilder. beforeTearDown(@NotNull ContextCallback<? extends OsgiContextImpl> @NotNull ... beforeTearDownCallback)@NotNull OsgiContextBuilderOsgiContextBuilder. plugin(@NotNull ContextPlugin<? extends OsgiContextImpl> @NotNull ... plugin)
-