This repository was archived by the owner on Jan 14, 2026. It is now read-only.
BitvUnit 0.4.0
- added new rules
- AlternativeTextForObjectRule
- AvoidServerSideImageMapRule
- added HtmlPageUtil to create HtmlPage objects from String, Reader, InputStream and URL instances
- updated Hamcrest functionality
- replaced RuleMatcher and RuleSetMatcher by ComplianceMatcher
- added capability to test
java.io.InputStreamrepresentations of HTML pages - added capability to test
java.io.Readerrepresentations of HTML pages - added capability to test
java.lang.Stringrepresentations of HTML pages - added capability to test
java.net.URLrepresentations of HTML pages
- added capability to test
- replaced RuleMatcher and RuleSetMatcher by ComplianceMatcher
- added reporting functionality
- added ConsoleReportWriter as first implementation of ReportWriter to write to system console
- updated usage documentation
- added and improved JavaDoc
- increased test coverage for internal functionality