This project contais multiple tests for the HtmlApi. The version of the
tags used on this project indicate which version of the HtmlApi 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 HtmlApi with a concrete Visitor implementation works in the intended way. In these tests the implemented Visitor uses the HtmlApi 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 HtmlApi with a concrete Visitor implementation works in the intended way. In these tests the implemented Visitor uses the HtmlApi 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 HtmlApi version just run the respective tests as they are.
If you want to fork HtmlApi, make changes and then test them, follow the following instructions:
If you want to fork HtmlApi, make changes and then test them, follow the following instructions:
- In HtmlApi after performing the changes: mvn clean install
- In HtmlApiTest: mvn clean test