Learn how to use the SpringJUnitConfig and SpringJUnitWebConfig composite annotations in Spring 5.
Also find me here:
Baeldung Author
Marcos Lopez Gonzalez
Software Engineer with extensive experience working with Java/JEE technologies. Also focused on Android and Big Data development. Very interested in learning new technologies and the latest practices in the industry.
Here's what I've written (so far):
Baeldung on Java
- All
- Testing (4)
- Spring (2)
- Maven (2)
- Logging (2)
- JPA (2)
- Core Java (2)
- Spring Web (1)
- Spring Boot (1)
- Java String (1)
- Java Streams (1)
- Java List (1)
- Java Dates (1)
- Java Collections (1)
- Java (1)
- Jakarta EE (1)
- JVM (1)
- DevOps (1)
- Algorithms (1)
Spring Testing with @EnabledIf Annotation
Learn how to use the @EnabledIf and @DisabledIf annotations in JUnit 5 tests using a SpringExtension.
JUnit5 @RunWith
Filed under Testing
Learn how to use the @RunWith annotation in the JUnit 5 framework.