Post describing how to configure your Maven project pom.xml to be able to run JUnit and JUnit 5 tests leveraging Maven Surefire Plugin.JUnit 5 - How to run unit tests in Maven2023-08-29 in Java tagged Java / Testing / JUnit / JUnit 5 / Maven / Test-Driven Development (TDD) by Marc Nuri
Post describing how to disable test in JUnit5 leveraging the @Disabled annotation which is analogous to the JUnit4 @Ignore annotation.JUnit 5 - How to disable or ignore tests2023-08-25 in Java tagged Java / Quickie / Testing / JUnit / JUnit 5 / Test-Driven Development (TDD) by Marc Nuri
Introduction to Spring MVC testing framework, highlighting the advantages of using MockMvc instead of regular unit tests. The post shows three ways of setting up MockMvc and how using standaloneSetup has the advantages of unit and integration testing.MockMvc – Spring MVC testing framework introduction: Testing Spring endpoints2018-06-02 in Java tagged Agile / Automation / JUnit / Mockito / MockMVC / REST / Spring Framework / Spring Boot / Testing by Marc Nuri