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