No description
Find a file
dependabot[bot] d3de7a91b0
Bump h2 from 1.4.200 to 2.1.210
Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-1.4.200...version-2.1.210)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 23:36:46 +00: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 Bump h2 from 1.4.200 to 2.1.210 2022-01-21 23:36:46 +00: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