Annotation Type MicroShedTest


  • @Target(TYPE)
    @Retention(RUNTIME)
    @ExtendWith(org.microshed.testing.jupiter.MicroShedTestExtension.class)
    public @interface MicroShedTest
    Annotates a test class to indicate that it should run with the MicroShed Testing framework.
    See Also:
    https://microshed.github.io/microshed-testing/