Class ExtendedResultFixture.ExtendedResultText

    • Constructor Detail

      • ExtendedResultText

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

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

      • getText

        public String getText()