package scala
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
- object RestAssuredSupport
A support class that you may use in Scala to add a "Then" method to the Response object.
A support class that you may use in Scala to add a "Then" method to the Response object. The reason for doing this is to avoid a warning if you're using "then" in Scala since it might be a reserved keyword in the future.