Class ExtendedResultFixture.ExtendedResultHTML

  • Enclosing interface:
    ExtendedResultFixture

    public static final class ExtendedResultFixture.ExtendedResultHTML
    extends ExtendedResultFixture.ExtendedResult
    Encapsulates a "plain HTML" extended result. This HTML will be directly included into the test result file. USE AT YOUR OWN RISK - you can easily junk your result file by providing invalid HTML, and Integrity can and will NOT prevent you from doing so! But if used wisely, this extended result type allows you to include pretty much anything in the result document.
    Author:
    Rene Schneider - initial API and implementation
    • Constructor Detail

      • ExtendedResultHTML

        public ExtendedResultHTML​(java.lang.String aTitle,
                                  java.lang.String aHypertext)
        Creates an instance.
        Parameters:
        aTitle - the title of this extended result.
        aHypertext - the HTML text of the result
      • ExtendedResultHTML

        public ExtendedResultHTML​(java.lang.String aHypertext)
        Creates an instance with no title.
        Parameters:
        aHypertext - the HTML text of the result
    • Method Detail

      • getHypertext

        public java.lang.String getHypertext()