mirror of
https://github.com/akullpp/awesome-java.git
synced 2025-02-17 15:55:19 -05:00
updating mockserver description as suggested by @akullpp
This commit is contained in:
parent
5e332629cb
commit
89f6802050
1 changed files with 1 additions and 1 deletions
|
@ -728,7 +728,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||
* [JUnitParams](https://pragmatists.github.io/JUnitParams/) - Creation of readable and maintainable parametrised tests.
|
||||
* [Lamdba Behave](https://github.com/RichardWarburton/lambda-behave) - Descriptive behavioural specification framework.
|
||||
* [Mockito](https://github.com/mockito/mockito) - Creation of test double objects in automated unit tests for the purpose of TDD or BDD.
|
||||
* [MockServer](http://www.mock-server.com/) - Mocking framework for Http and Https used for integration testing.
|
||||
* [MockServer](http://www.mock-server.com/) - Allows mocking of systems that are integrated with HTTP/S.
|
||||
* [Moco](https://github.com/dreamhead/moco) - Concise web services for stubs and mocks, Duke's Choice Award 2013.
|
||||
* [PIT](http://pitest.org) - Fast mutation-testing framework for evaluating fault-detection abilities of existing JUnit or TestNG test-suites.
|
||||
* [PowerMock](https://github.com/jayway/powermock) - Enables mocking of static methods, constructors, final classes and methods, private methods and removal of static initializers.
|
||||
|
|
Loading…
Add table
Reference in a new issue