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.
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.
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:
If you want to fork HtmlApiFaster, make changes and then test them, follow the following instructions:
- In HtmlApiFaster after performing the changes: mvn clean install
- In HtmlApiFasterTests: mvn clean test