zerobase-io / smart-tracing-api

Backend/DB/API repository for the Zerobase platform
Apache License 2.0
6 stars 9 forks source link

Medium Tests #46

Open toadzky opened 4 years ago

toadzky commented 4 years ago

Google uses the phrase "medium test" to mean a test that exercises a service as a whole, rather than the individual building blocks. It should use the service's API and should connect to a database on localhost and mock/fake other external resources.

Test Framework: Junit5 Assertions Library: AssertJ Local Database: TestContainers External Service Fakes:

I would suggest hoverfly because it comes with a junit5 extension, so we don't have to write one.