Skip to content

Commit 7b403d8

Browse files
committed
Added REST Assured testing tool
1 parent c17637c commit 7b403d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ A curated list of awesome Java frameworks, libraries and software.
522522
* [JUnit](http://junit.org/) - Common testing framework.
523523
* [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD.
524524
* [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers.
525+
* [REST Assured](https://github.com/jayway/rest-assured) - Java DSL for easy testing for REST/HTTP services.
525526
* [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests.
526527
* [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications.
527528
* [Spock](http://docs.spockframework.org/) - JUnit-compatible framework featuring an expressive Groovy-derived specification language.

0 commit comments

Comments
 (0)