Class Testcase


  • public class Testcase
    extends java.lang.Object
    The result of a parsed TPT test case execution result
    Author:
    jkuhnert, PikeTec GmbH
    • Method Detail

      • getExecutionConfigName

        public java.lang.String getExecutionConfigName()
        Returns:
        The name of the execution config the test was executed with
      • setExecutionConfigName

        public void setExecutionConfigName​(java.lang.String executionConfigName)
        Parameters:
        executionConfigName - set the name of the execution config the test was executed with
      • getPlatformName

        public java.lang.String getPlatformName()
        Returns:
        The name of the platform the test was executed with. When a platform was used multiple times in an execution config the index is appended.
      • setPlatformName

        public void setPlatformName​(java.lang.String platformName)
        Parameters:
        platformName - Set the name of the platform the test was executed with. When a platform was used multiple times in an execution config the index is appended.