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