19 lines
1004 B
Markdown
19 lines
1004 B
Markdown
## 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](https://www.baeldung.com/spring-spock-testing)
|
|
- [Exclude Auto-Configuration Classes in Spring Boot Tests](https://www.baeldung.com/spring-boot-exclude-auto-configuration-test)
|
|
- [Embedded Redis Server with Spring Boot Test](https://www.baeldung.com/spring-embedded-redis)
|
|
- [Testing Spring Boot @ConfigurationProperties](https://www.baeldung.com/spring-boot-testing-configurationproperties)
|
|
- [Prevent ApplicationRunner or CommandLineRunner Beans From Executing During Junit Testing](https://www.baeldung.com/spring-junit-prevent-runner-beans-testing-execution)
|
|
- [Testing in Spring Boot](https://www.baeldung.com/spring-boot-testing)
|
|
- [Fixing the NoSuchMethodError JUnit Error](https://www.baeldung.com/junit-nosuchmethoderror)
|
|
- More articles: [[more -->]](../spring-boot-testing-2)
|