224c569ac3
* JAVA-4241: Upgrade Spring Boot to 2.4.3 * JAVA-4241: Fix CharEncodingCheckControllerUnitTest * JAVA-4241: Upgrade Spring Framework to 5.3.4 in spring-testing * JAVA-4241: Fix spring-data-commons version setup in spring-caching * JAVA-4241: Upgrade jetty-reactive-httpclient in spring-5-reactive-client * JAVA-4241: Disable failing test |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
Relevant Articles:
- Mockito.mock() vs @Mock vs @MockBean
- A Quick Guide to @TestPropertySource
- Guide to ReflectionTestUtils for Unit Testing
- How to Test the @Scheduled Annotation
- Using SpringJUnit4ClassRunner with Parameterized
- Override Properties in Spring’s Tests
- A Quick Guide to @DirtiesContext
- The Spring TestExecutionListener