Annotation Type UnitTest


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface UnitTest
    Annotation to mark a test as being a unit test. It is used by the integration tests for example to avoid of loading any unit tests during a package scanning.
    Author:
    mmoquillon