From c9490d3fd8401b78b07dda147dab45c313e06eba Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Mon, 27 Jan 2020 10:06:39 +0100 Subject: [PATCH] added mockito to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c0f770..241346c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # testautomation -template project exploring the possibilities of combining of guice, junit and cucumber +template project exploring the possibilities of combining of guice, junit, mockito and cucumber * in a unit test every other class is automatically injected as a mock * feature tests use a @tag to have database integration