Tag: Testing
Introduction to Testcontainers
Testcontainers is a Java library that runs Docker containers for tests.
How to Run Testcontainers with Colima on macOS with Apple M1 Chips
This article introduces how to run Testcontainers as an alternative after Docker Desktop became paid for some users.
Unit Testing
TDD(Test Driven Development)
BDD(Behavior Driven Development)
F.I.R.S.T Principles
Testcontainers
Testcontainers is an open source framework that provides lightweight, disposable instances of databases, message brokers, web browsers, or anything else that can run in Docker containers.
WebClient Testing - Testing External API Calls with MockWebServer
What MockWebServer is and how to use it