Package com.piketec.jenkins.plugins.tpt
Class Testcase
java.lang.Object
com.piketec.jenkins.plugins.tpt.Testcase
The result of a parsed TPT test case execution result
- Author:
- jkuhnert, Synopsys Inc.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setExecutionConfigName
(String executionConfigName) void
setPlatformName
(String platformName)
-
Method Details
-
getExecutionConfigName
- Returns:
- The name of the execution config the test was executed with
-
setExecutionConfigName
- Parameters:
executionConfigName
- set the name of the execution config the test was executed with
-
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
- 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.
-