diff --git a/README.md b/README.md index 0379cea..658ddd6 100644 --- a/README.md +++ b/README.md @@ -207,12 +207,12 @@ 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. * [TeamCity](http://www.jetbrains.com/teamcity/) - JetBrain's CI solution with a free version. * [Travis](https://travis-ci.org) - Hosted service often used for open-source projects. -* [Concourse](https://concourse.ci/) - Provides dockerized pipeline with configuration that can be save in version control. ## CSV @@ -728,6 +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. * [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. @@ -737,7 +738,6 @@ 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. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubs and mocks web services. -* [MockServer](http://www.mock-server.com/) - Mocking framework for Http and Https used for integration testing. ## Utility