Skip to content

xmlet/HtmlApiFasterTests

Repository files navigation

Build Coverage Vulnerabilities Bugs

HtmlApiFasterTests

This project contais multiple tests for the HtmlApiFaster. The version of the tags used on this project indicate which version of the HtmlApiFaster library that commit tests.
The main goal of the tests of this library is to assert that the HTML restrictions are being validated and that the usage of the HtmlApiFaster with a concrete Visitor implementation works in the intended way. In these tests the implemented Visitor uses the HtmlApiFaster to write well formed and indented HTML, which results in the creation of an HTML document that respects the rules of the HTML language.

How to run these tests?

To test any currently released HtmlApiFaster version just run the respective tests as they are.
If you want to fork HtmlApiFaster, make changes and then test them, follow the following instructions:

  1. In HtmlApiFaster after performing the changes: mvn clean install
  2. In HtmlApiFasterTests: mvn clean test