Relative Content

Tag Archive for javapostgresqlspring-boottestingtestcontainers

Adding Data to a testcontainer using a function from a repository

I’ve set up a testcontainer for use during integration testing. Whilst it works and the test data is upserted to the test container, I cannot accurately check that my repository function, using JOOq, actually upserts any data at all because it seems to go nowehere.