Class TestResult


  • @ExportedBean
    public class TestResult
    extends Object
    TestResult
    • Constructor Detail

      • TestResult

        public TestResult()
    • Method Detail

      • getName

        @Exported
        public String getName()
        Get name
        Returns:
        name
      • getExectime

        @Exported
        public Date getExectime()
        Start time of the test in ISO 8601 compatible date/time of format: yyyy-MM-dd'T'HH:mm:ss.SSSXXX
        Returns:
        exectime
      • getPackage

        @Exported
        public String getPackage()
        Get _package
        Returns:
        _package
      • getPlatform

        @Exported
        public String getPlatform()
        Get platform
        Returns:
        platform
      • getMeasures

        @Exported
        public List<TestMeasure> getMeasures()
        Get measures
        Returns:
        measures
      • getStatusIcon

        public String getStatusIcon()
      • getStatusColor

        public String getStatusColor()