recent
Testing Databases

Why mocking or stubbing a database (or data access layer) is awful

Aug 6 2020
Tags: integration-testing, database, testing, spring
μblog
pinned

Guess its finally time to update this.

I think I’ll start with a blog on how to use some more modern tools on how to test I/O integrations.

I think I’ll do a quick post on non-deterministic testing in java next e.g. UUID and times

In other languages this is hilariously easy with some hooks, java it can be very frustrating. There are however some really simple tools that can be used to make your life easier.

Some of which lurk in your favourite framework.