Package org.apache.sling.junit.jupiter.osgi


@Version("1.1.0") package org.apache.sling.junit.jupiter.osgi
  • Class
    Description
    OSGi test annotation, for running unit tests within OSGi frameworks.
    The @Service annotation is to be used for test classes or methods annotated with the @OSGi annotation.
    The cardinality of a service being injected is controlled via the type of the injected parameter and additionally via the @Service annotation's cardinality attribute.
    Utility annotation used to allow the @Service annotation to be repeatable.