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