Both shouldBe
and shouldNotBe
are Swiss army knives - they will compare anything to anything, but for better results we should be using more specialized tools.
- Java 21 or higher
- No need to install Gradle (uses Gradle wrapper)
# Build the project
./gradlew build
# Run tests
./gradlew test
# Run tests with detailed output
./gradlew test --info
# Generate test report
./gradlew test --continue
# Report available at: build/reports/tests/test/index.html
Feel free to submit pull requests or create issues.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.