From 8ef3bd914f83ef0f95738d011695d8c7ff4293a1 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Wed, 22 Jan 2020 16:07:48 +0100 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..be45568 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# testautomatisering + +template project exploring the possibilities of combining of guice, junit and cucumber + +* in a unit test every other class is automatically injected as a mock +* feature tests use a @tag to have database integration +