java-tutorials/testing-modules/spring-testing/README.md

9 lines
581 B
Markdown
Raw Normal View History

### Relevant Articles:
- [Mockito.mock() vs @Mock vs @MockBean](http://www.baeldung.com/java-spring-mockito-mock-mockbean)
- [A Quick Guide to @TestPropertySource](https://www.baeldung.com/spring-test-property-source)
- [Guide to ReflectionTestUtils for Unit Testing](https://www.baeldung.com/spring-reflection-test-utils)
- [How to Test the @Scheduled Annotation](https://www.baeldung.com/spring-testing-scheduled-annotation)
2019-07-03 01:47:10 -04:00
- [Using SpringJUnit4ClassRunner with Parameterized](https://www.baeldung.com/springjunit4classrunner-parameterized)
2019-07-06 16:27:06 -04:00
- [Override properties in Spring]()