In this post, we’ll explore the power of ArchUnit in the Spring Boot application. · Prerequisites· Overview∘ What is ArchUnit?∘ Why use ArchUnit?· Let’s get to the code∘ Project Architecture∘ Add ArchUnit
Tag: JUnit
In this post, we’ll learn how to implement Embedded PostgreSQL for Spring Boot Integration testing. · Prerequisites· Abstract· Zonky Embedded Database· Usage∘ Maven Dependencies∘ Writing Testing· Conclusion· References Prerequisites This is the list
In this post, we’ll learn how to use Parameterized Tests in JUnit 5 · Prerequisites· Overview∘ About Junit 5∘ What are Parameterized Tests?· Getting Started∘ Traditional JUnit 5 tests∘ Write the parameterized