Kong / unirest-java

Unirest in Java: Simplified, lightweight HTTP client library.
http://kong.github.io/unirest-java/
MIT License
2.59k stars 593 forks source link

Removed redundant access modifiers, fixed typos and simplified some assertions #384

Closed Hakky54 closed 3 years ago

Hakky54 commented 3 years ago

When working on a previous pull request I noticed that a-lot of unit test are still using the old way of declaration. Even though it is not wrong, but it is not required anymore for Junit5. I wanted to give a shot to refactor all the unit tests and when working on it I also simplified some assertions, removed unused imports and fixed some typo's