Annotation Type RestTestSystemProperties


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface RestTestSystemProperties
    System properties that should be set at the beginning of a rest test. Old values of these system properties will be restored when the test completes.
    Author:
    eric.wittmann@redhat.com
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value