Merge pull request #424 from gauravic08/master
adding concourse and mockserver
This commit is contained in:
@ -208,6 +208,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
*Tools which support continuously building, testing and releasing applications.*
|
||||
|
||||
* [Bamboo](https://www.atlassian.com/software/bamboo) - Atlassian's solution with good integration of their other products. You can either apply for an open-source license or buy it.
|
||||
* [Concourse](https://concourse.ci/) - Provides dockerized pipeline with configuration that can be save in version control.
|
||||
* [fabric8](http://fabric8.io/) - Integration platform for containers.
|
||||
* [Go](https://www.thoughtworks.com/go/) - ThoughtWork's open-source solution.
|
||||
* [Jenkins](http://jenkins-ci.org/) - Provides server-based deployment services.
|
||||
@ -730,6 +731,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/) - 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.
|
||||
@ -739,7 +741,7 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
* [Spock](http://spockframework.github.io/spock/docs/) - JUnit-compatible framework featuring an expressive Groovy-derived specification language.
|
||||
* [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
|
||||
* [Truth](https://github.com/google/truth) - Google's assertion and proposition framework.
|
||||
* [WireMock](http://wiremock.org/) - Stubbs and mocks web services.
|
||||
* [WireMock](http://wiremock.org/) - Stubs and mocks web services.
|
||||
|
||||
## Utility
|
||||
|
||||
|
Reference in New Issue
Block a user