Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

BitvUnit 0.4.0

Choose a tag to compare

@codescape codescape released this 10 Jul 13:50
· 368 commits to master since this release
  • 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.InputStream representations of HTML pages
      • added capability to test java.io.Reader representations of HTML pages
      • added capability to test java.lang.String representations of HTML pages
      • added capability to test java.net.URL representations of HTML pages
  • 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