Asciidoc is a text based document format, and that is why it is very useful if we want to commit our documents into a version control system and track the changes between different versions. This makes Asciidoc a perfect tool for writing books, technical documents, FAQs, or user’s manuals. After we have created an Asciidoc […] Read more
Asciidoctor
Get Rid of DbUnit Data Sets
If you are tired of writing and maintaining assertions which use XML data set files, my Introduction to AssertJ-DB course helps you to replace them with reusable assertions.
Get Started With JUnit 5
If you want to learn how to write tests with JUnit 5, my Introduction to JUnit 5 course helps you to get started and teaches you techniques which allow you to work smarter, not harder.