Annotation Type EnabledIfSystemProperty

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String matches
      A regular expression that will be used to match against the retrieved value of the named() JVM system property.
      String named
      The name of the JVM system property to retrieve.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String disabledReason
      Reason to provide if the test of container ends up being disabled.
      • matches

        String matches
        A regular expression that will be used to match against the retrieved value of the named() JVM system property.
        Returns:
        the regular expression; never blank
        See Also:
        String.matches(String), Pattern
      • disabledReason

        String disabledReason
        Reason to provide if the test of container ends up being disabled.
        Default:
        ""