Skip to content

Commit

Permalink
structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rieckpil committed Feb 24, 2025
1 parent 89db3fe commit c6798ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Hands-On Introduction to the Java Testing Ecosystem

This repository contains the source code for the book *30 Testing Tools & Libraries Every Java Developer Must Know*.

<p align="center">
<a href="https://rieckpil.de/testing-tools-and-libraries-every-java-developer-must-know/">
<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"/>
</a>
</p>

This repository contains the source code for the book *30 Testing Tools & Libraries Every Java Developer Must Know*.

## About the Book

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

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

Build the project and run all tests with:

Expand Down

0 comments on commit c6798ce

Please # to comment.