77e3e6a419 | ||
---|---|---|
.. | ||
.mvn/wrapper | ||
src | ||
.gitignore | ||
README.md | ||
mvnw | ||
mvnw.cmd | ||
pom.xml |
README.md
Spring Boot Testing
This module contains articles about Spring Boot testing
The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
Relevant Articles:
- Testing with Spring and Spock
- Exclude Auto-Configuration Classes in Spring Boot Tests
- Setting the Log Level in Spring Boot when Testing
- Embedded Redis Server with Spring Boot Test
- Testing Spring Boot @ConfigurationProperties
- Prevent ApplicationRunner or CommandLineRunner Beans From Executing During Junit Testing
- Testing in Spring Boot
- Fixing the NoSuchMethodError JUnit Error