Skip to content

Commit 8da8359

Browse files
adding new article links (#239)
1 parent 2b245a9 commit 8da8359

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ If you find an issue or bug within the provided code examples, feel free to open
1212

1313
## Articles about Testing
1414

15+
* [Generating Java Test Data With Instancio](https://rieckpil.de/generating-java-test-data-with-instancio/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/generating-test-data-with-instancio))
16+
* [Reducing Testcontainers Execution Time with JUnit 5 Callbacks](https://rieckpil.de/reducing-testcontainers-execution-time-with-junit-5-callbacks/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/reducing-testcontainers-execution-time))
1517
* [Validating Caching Mechanism with Testcontainers in Spring Boot](https://rieckpil.de/testing-caching-mechanism-with-testcontainers-in-spring-boot/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/caching-validation-testcontainers))
1618
* [Parallelizing Only Java Unit Tests with JUnit 5 and Maven](https://rieckpil.de/parallelize-only-java-unit-tests-with-junit-5-and-maven/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/maven-junit-paralellize-tests))
1719
* [Test Thymeleaf Controller Endpoints with Spring Boot and MockMvc](https://rieckpil.de/test-thymeleaf-controller-endpoints-with-spring-boot-and-mockmvc/) ([Sources](https://github.com/rieckpil/blog-tutorials/tree/master/spring-boot-thymeleaf-testing))

generating-test-data-with-instancio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Codebase for the blog post [Generating Test Data in Java Using Instancio](https://rieckpil.de/)
1+
### Codebase for the blog post [Generating Java Test Data With Instancio](https://rieckpil.de/generating-java-test-data-with-instancio/)
22

33
Steps to run this project:
44
1. Clone this Git repository

reducing-testcontainers-execution-time/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Codebase for the blog post [Reducing Testcontainers Execution Time and Boilerplate Code Using JUnit 5's Lifecycle Callbacks](https://rieckpil.de/)
1+
### Codebase for the blog post [Reducing Testcontainers Execution Time with JUnit 5 Callbacks](https://rieckpil.de/reducing-testcontainers-execution-time-with-junit-5-callbacks/)
22

33
Steps to run this project:
44
1. Clone this Git repository

0 commit comments

Comments
 (0)