Class StringCondensed


  • public class StringCondensed
    extends StringValue
    Holds the information for string condensed result
    Since:
    5/10/2017
    Author:
    Daniel Mercier
    • Method Detail

      • getHTMLCondensed

        public String getHTMLCondensed​(Integer key,
                                       ContentDetected detected,
                                       char decimalSeparator)
        Assemble the HTML content to display the condensed table [TABLE PAGE]
        Overrides:
        getHTMLCondensed in class TestValue
        Parameters:
        key - Result key
        detected - Key characteristics of results
        decimalSeparator - Decimal separator
        Returns:
        HTML content for condensed table
      • getHTMLCondensedDetail

        public String getHTMLCondensedDetail​(ContentDetected detected,
                                             char decimalSeparator)
        Assemble the HTML content to display the condensed table [DETAIL PAGE]
        Overrides:
        getHTMLCondensedDetail in class TestValue
        Parameters:
        detected - Key characteristics of results
        decimalSeparator - Decimal separator
        Returns:
        HTML content
      • getCSVCondensed

        public String getCSVCondensed​(ContentDetected detected)
        Assemble the CSV content to display the condensed table [CSV EXPORT]
        Overrides:
        getCSVCondensed in class TestValue
        Parameters:
        detected - Key characteristics of results
        Returns:
        CSV content
      • getPassed

        public int getPassed()
      • getFailed

        public int getFailed()