The Wayback Machine - https://web.archive.org/web/20201204175534/https://github.com/assertj/doc
Skip to content
main
Go to file
Code

README.md

AssertJ User Guide

Github CI status Gradle Status

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.

gradlew asciidoctor
You can’t perform that action at this time.