From 51331d2f7caa684ce244d440067ee3b5f22548e2 Mon Sep 17 00:00:00 2001 From: gaurav Date: Wed, 5 Oct 2016 14:03:28 +0530 Subject: [PATCH 1/3] adding concourse and mockserver --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efabaa2..0379cea 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ A curated list of awesome Java frameworks, libraries and software. * [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 @@ -735,7 +736,8 @@ A curated list of awesome Java frameworks, libraries and software. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. * [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/) - Stubbs and mocks web services. +* [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 From 5e332629cbd259a66fe431091e8ef7672d010572 Mon Sep 17 00:00:00 2001 From: gaurav Date: Thu, 6 Oct 2016 09:21:43 +0530 Subject: [PATCH 2/3] reorganizing concourse and mockserver entries --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 89f68020504c9ff89318cc760f2bfbbe619b6b5f Mon Sep 17 00:00:00 2001 From: gaurav Date: Sun, 9 Oct 2016 19:36:15 +0530 Subject: [PATCH 3/3] updating mockserver description as suggested by @akullpp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 658ddd6..ba77770 100644 --- a/README.md +++ b/README.md @@ -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.