https://assertj.github.io/doc/
AssertJ new website
https://assertj.github.io/doc/
assertj hacktoberfest
Last synced: 5 months ago
JSON representation
AssertJ new website
- Host: GitHub
- URL: https://assertj.github.io/doc/
- Owner: assertj
- License: apache-2.0
- Created: 2018-05-07T10:35:33.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-07-22T13:26:36.000Z (5 months ago)
- Last Synced: 2025-07-22T15:25:24.421Z (5 months ago)
- Topics: assertj, hacktoberfest
- Language: CSS
- Homepage: https://assertj.github.io/doc/
- Size: 5.69 MB
- Stars: 25
- Watchers: 4
- Forks: 30
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - AssertJ - A fluent assertion library for Java tests. (Libraries / Testing)
- awesome-articles - AssertJ - fluent assertions java library
- awesome-toolbox - AssertJ
README
# AssertJ User Guide
[](https://github.com/assertj/doc/actions?query=workflow%3ACI)
The AssertJ User Guide is available here: https://assertj.github.io/doc/
This project contains the AsciiDoc sources for the guide.
## Structure
- `src/docs/asciidoc`: AsciiDoc files
- `src/test/java`: Java test source code that can be included in the AsciiDoc files
- `src/test/resources`: Classpath resources that can be included in the AsciiDoc files or
used in tests
## Usage
### Generate AsciiDoc
This following Gradle command generates the HTML version of the User Guide as
`build/docs/asciidoc/user-guide/index.html`.
```bash
gradlew asciidoctor
```