No description
Find a file
2020-01-27 10:06:39 +01:00
src added javadoc and other comments 2020-01-22 16:26:25 +01:00
.gitignore removed whitespace 2020-01-22 16:03:55 +01:00
pom.xml first commit: pure unit tests and cucumber bdd tests with database integration 2020-01-22 16:01:50 +01:00
README.md added mockito to README.md 2020-01-27 10:06:39 +01:00

testautomation

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