From ea0563c3b28675eb91f6ca58926ef8fd9ad74c48 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Sat, 3 Sep 2016 09:39:23 +0200 Subject: [PATCH] feat: add lambda behave --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff58f83..8d2a73a 100644 --- a/README.md +++ b/README.md @@ -692,6 +692,7 @@ A curated list of awesome Java frameworks, libraries and software. * [JMockit](http://jmockit.org/) - Mocks static, final methods and more. * [junit-dataprovider](https://github.com/TNG/junit-dataprovider) - A TestNG like dataprovider runner for JUnit. * [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. * [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.