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