Skip to content

Commit c6798ce

Browse files
committed
structure
1 parent 89db3fe commit c6798ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Hands-On Introduction to the Java Testing Ecosystem
22

3-
This repository contains the source code for the book *30 Testing Tools & Libraries Every Java Developer Must Know*.
4-
53
<p align="center">
64
<a href="https://rieckpil.de/testing-tools-and-libraries-every-java-developer-must-know/">
75
<img src="https://rieckpil.de/wp-content/uploads/2021/04/testing-tools-and-libraries-every-java-developer-must-know-book-cover-1-e1617971322966.png" alt=" Book Cover"/>
86
</a>
97
</p>
108

9+
This repository contains the source code for the book *30 Testing Tools & Libraries Every Java Developer Must Know*.
10+
1111
## About the Book
1212

1313
Testing is a critical part of software development, and **having** **the** **right tools** can make all the difference.
@@ -47,7 +47,7 @@ The only exception is MicroShed Testing, which is part of the jakarta-ee-example
4747
Requirements:
4848

4949
- Java 21: Verify with `java -version`
50-
- A running Docker engine (required for Testcontainers): `docker info`
50+
- A running Docker engine: `docker info`
5151

5252
Build the project and run all tests with:
5353

0 commit comments

Comments
 (0)