Class OsgiContext


  • @ConsumerType
    public final class OsgiContext
    extends OsgiContextImpl
    OSGi Mock parameter object.

    Additionally you can subclass this class and provide further parameters via OsgiContextBuilder.

    • Constructor Detail

      • OsgiContext

        public OsgiContext()
        Initialize OSGi context.
    • Method Detail

      • setUpContext

        protected void setUpContext()
        This is called by OsgiContextExtension to set up context.
      • tearDownContext

        protected void tearDownContext()
        This is called by OsgiContextExtension to tear down context.