public class TPTTestCase extends Object
| Constructor and Description |
|---|
TPTTestCase()
Creates a new TPTTestCase data container
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutionConfiguration() |
String |
getExecutionDate() |
int |
getFailedSince() |
String |
getFileName() |
String |
getId() |
String |
getPlatform() |
String |
getReportFile()
In the test_summary.xml file are the relative paths to the report listed for each test case.
|
String |
getResult() |
String |
getTestCaseName() |
void |
setExecutionConfiguration(String executionConfiguration)
Set the name of the executed execution configuration
|
void |
setExecutionDate(String executionDate)
Set the date of the TPT test execution
|
void |
setFailedSince(int failedSince)
Set the number of builds this test failed
|
void |
setFileName(String fileName)
Set the name of the TPT file
|
void |
setId(String id)
Set the test case id
|
void |
setPlatform(String platform)
Set the name of the executed platform
|
void |
setReportFile(String reportFile)
Set the path to the report file In the test_summary.xml file are the relative paths to the
report listed for each test case.
|
void |
setResult(String result)
Set the result represented as a String
|
void |
setTestCaseName(String testCaseName)
Set the name of the test case
|
public String getResult()
public void setResult(String result)
result - the result represented as a Stringpublic String getId()
public void setId(String id)
id - The test case idpublic String getReportFile()
public void setReportFile(String reportFile)
reportFile - The path to the report filepublic String getExecutionDate()
public void setExecutionDate(String executionDate)
executionDate - The date of the TPT test executionpublic String getFileName()
public void setFileName(String fileName)
fileName - The name of the TPT filepublic int getFailedSince()
public void setFailedSince(int failedSince)
failedSince - The number of builds this test failedpublic String getExecutionConfiguration()
public void setExecutionConfiguration(String executionConfiguration)
executionConfiguration - The name of the executed execution configurationpublic String getTestCaseName()
public void setTestCaseName(String testCaseName)
testCaseName - The name of the test casepublic String getPlatform()
public void setPlatform(String platform)
platform - The name of the executed platformCopyright © 2016–2018 PikeTec GmbH. All rights reserved.