Starter project for the AssertJ assertions module.
- Java 17+
- Maven 3.8+
- Clone this repository
- Open the project in IntelliJ IDEA (File → Open → select the
pom.xml) - Open
src/test/java/com/example/WhenWritingReadableAssertions.java - Replace each
assertThat(true).isFalse()placeholder with a correct AssertJ assertion - Run the tests to verify your answers (
mvn testor use the IntelliJ test runner)
mvn testAll tests will fail until you complete the exercises — this is expected.