Annotation Interface DisabledOnSemeru


@Target({TYPE,METHOD}) @Retention(RUNTIME) @ExtendWith(DisabledOnSemeruCondition.class) public @interface DisabledOnSemeru
Used to signal that a test class or method should be disabled if Semeru is used as the JVM runtime.

We cannot test for Semeru exactly but we check the java.vendor is IBM Corporation.

  • Element Details

    • versionGreaterThanOrEqualTo

      int versionGreaterThanOrEqualTo
      Default:
      0
    • versionLessThanOrEqualTo

      int versionLessThanOrEqualTo
      Default:
      0
    • reason

      String reason
      Default:
      ""