Annotation Type RestAssured


@Retention(RUNTIME) @Target(TYPE) public @interface RestAssured
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the env property to use as the Base URL for Rest Assured.
  • Element Details

    • value

      String value
      The name of the env property to use as the Base URL for Rest Assured. e.g. "my_service.baseURL"