| [[user-guide]] |
| = JUnit 5 User Guide |
| Stefan Bechtold; Sam Brannen; Johannes Link; Matthias Merdes; Marc Philipp; Juliette de Rancourt; Christian Stein |
| :basedir: {includedir}/user-guide |
| :pdf-fontsdir: GEM_FONTS_DIR;{includedir}/resources/fonts |
| :pdf-theme: {includedir}/resources/themes/junit-pdf-theme.yml |
| :imagesdir: images |
| :imagesoutdir: {outdir}/user-guide/images |
| // |
| :docinfodir: {includedir}/docinfos |
| :docinfo2: |
| // |
| ifdef::backend-pdf[:imagesdir: {imagesoutdir}] |
| // |
| // Blank lines are not permitted in the doc-header: https://asciidoctor.org/docs/user-manual/#doc-header |
| // |
| :sectnums: |
| :toclevels: 4 |
| // |
| |
| include::{includedir}/link-attributes.adoc[] |
| |
| include::{basedir}/overview.adoc[] |
| |
| include::{basedir}/writing-tests.adoc[] |
| |
| include::{basedir}/migration-from-junit4.adoc[] |
| |
| include::{basedir}/running-tests.adoc[] |
| |
| include::{basedir}/extensions.adoc[] |
| |
| include::{basedir}/advanced-topics.adoc[] |
| |
| include::{basedir}/api-evolution.adoc[] |
| |
| include::{basedir}/contributors.adoc[] |
| |
| [[release-notes]] |
| == Release Notes |
| |
| The release notes are available link:{releaseNotesUrl}[here]. |
| |
| include::{basedir}/appendix.adoc[] |