Skip to content

Commit

Permalink
Refactor AsciidoctorMojoTest from Groovy to Java (#512)
Browse files Browse the repository at this point in the history
* Split tests into AsciidoctorMojoTest and AsciidoctorIntegrationTest
* Rewrite AsciidoctorMojoTest to Java using Junit4 + Assertj
* Automated output directory creation to avoid creation/cleanup on every test
* Created `AsciidoctorAsserter` to easily validate converted documents
  • Loading branch information
abelsromero authored Mar 13, 2021
1 parent e7df5a6 commit 31653da
Show file tree
Hide file tree
Showing 9 changed files with 1,636 additions and 1,454 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Documentation::
* Remove ambiguity in usage of maven properties docs (#507)
* Add ID to 'attributes' description, to be able to generate direct url from other docs (#509)

Improvements::
Maintenance::

* Upgrade `netty-codec-http` to 4.1.29.Final and refactor `AsciidoctorHttpServer` (#511)
* Rewrite `AsciidoctorMojoTest` to Java to make it more approachable (#512)

== v2.1.0 (2020-09-15)

Expand Down
Loading

0 comments on commit 31653da

Please sign in to comment.