-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify code in RestAssuredURLManager
The code still works whether RestAssured is on the classpath or not, but it now contains direct invocations of RestAssured code instead of reflection. It goes without saying that this make the class a lot more maintainable At some point in the future, we probably want to have some sort of SPI, but for now, this change is much better than the current state.
- Loading branch information
Showing
2 changed files
with
78 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters