Class Testcase

java.lang.Object
com.piketec.jenkins.plugins.tpt.Testcase

public class Testcase extends Object
The result of a parsed TPT test case execution result
Author:
jkuhnert, Synopsys Inc.
  • Method Details

    • getExecutionConfigName

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

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

      public 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(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.