Skip to main content 7nolikov | Dmitrii Novikov

Posts on Testing

  1. My plan said Testcontainers. The code never imported it.

    The build plan for my last project allocated 90 minutes to a task called “Integration tests with testcontainers”. It sketched the directory layout. It named the file.

    The library was never installed. Not once, in the whole repository.

  2. Standalone Spring tests

    I was surprised that Spring Test library doesn’t support standalone acceptance tests format out of the box. Here’s how I tackled this issue and why standalone tests are useful for modular Spring applications.

Notes on Testing