Class ExtendedResultFixture.ExtendedResult

    • Constructor Summary

      Constructors 
      Constructor Description
      ExtendedResult​(java.lang.String aTitle)
      Not directly invokable, but from subclasses.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getTitle()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtendedResult

        public ExtendedResult​(java.lang.String aTitle)
        Not directly invokable, but from subclasses.
        Parameters:
        aTitle - the title of this extended result.
    • Method Detail

      • getTitle

        public java.lang.String getTitle()