Uses of Class
org.apache.sling.testing.mock.osgi.junit.OsgiContextBuilder

  • Uses of OsgiContextBuilder in org.apache.sling.testing.mock.osgi.junit

    Modifier and Type
    Method
    Description
    final @NotNull OsgiContextBuilder
    OsgiContextBuilder.afterSetUp(@NotNull org.apache.sling.testing.mock.osgi.context.ContextCallback<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... afterSetUpCallback)
     
    final @NotNull OsgiContextBuilder
    OsgiContextBuilder.afterTearDown(@NotNull org.apache.sling.testing.mock.osgi.context.ContextCallback<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... afterTearDownCallback)
     
    final @NotNull OsgiContextBuilder
    OsgiContextBuilder.beforeSetUp(@NotNull org.apache.sling.testing.mock.osgi.context.ContextCallback<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... beforeSetUpCallback)
     
    final @NotNull OsgiContextBuilder
    OsgiContextBuilder.beforeTearDown(@NotNull org.apache.sling.testing.mock.osgi.context.ContextCallback<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... beforeTearDownCallback)
     
    final @NotNull OsgiContextBuilder
    OsgiContextBuilder.plugin(@NotNull org.apache.sling.testing.mock.osgi.context.ContextPlugin<? extends org.apache.sling.testing.mock.osgi.context.OsgiContextImpl> @NotNull ... plugin)