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 <T extends OsgiContextImpl>
OsgiContextBuilderOsgiContextBuilder. afterSetUp(@NotNull ContextCallback<T> @NotNull ... afterSetUpCallback)<T extends OsgiContextImpl>
OsgiContextBuilderOsgiContextBuilder. afterTearDown(@NotNull ContextCallback<T> @NotNull ... afterTearDownCallback)<T extends OsgiContextImpl>
OsgiContextBuilderOsgiContextBuilder. beforeSetUp(@NotNull ContextCallback<T> @NotNull ... beforeSetUpCallback)<T extends OsgiContextImpl>
OsgiContextBuilderOsgiContextBuilder. beforeTearDown(@NotNull ContextCallback<T> @NotNull ... beforeTearDownCallback)<T extends OsgiContextImpl>
OsgiContextBuilderOsgiContextBuilder. plugin(@NotNull ContextPlugin<T> @NotNull ... plugin)
-