Class ExtendedResultFixture.ExtendedResultText

    • Constructor Detail

      • ExtendedResultText

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

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

      • getText

        public java.lang.String getText()