Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://assertj.github.io/doc/
AssertJ new website
https://assertj.github.io/doc/
assertj hacktoberfest
Last synced: 13 days 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 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T13:40:01.000Z (8 months ago)
- Last Synced: 2024-05-22T14:33:30.748Z (7 months ago)
- Topics: assertj, hacktoberfest
- Language: HTML
- Homepage: https://assertj.github.io/doc/
- Size: 5.58 MB
- Stars: 24
- Watchers: 5
- Forks: 26
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - AssertJ - A fluent assertion library for Java tests. (Libraries / Testing)
README
# AssertJ User Guide
[![Github CI status](https://github.com/assertj/doc/workflows/CI/badge.svg)](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
```