Skip to content

Commit

Permalink
Refactor AsciidoctorMojoTest from Groovy to Java
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 committed Mar 13, 2021
1 parent e7df5a6 commit e0ef5a7
Show file tree
Hide file tree
Showing 8 changed files with 1,653 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 e0ef5a7

Please sign in to comment.