public class TestDefinitionResult
extends java.lang.Object
ExecutionPlanningService,
ExecutionResult| Constructor and Description |
|---|
TestDefinitionResult() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDuration()
Gets the duration of the execution of the test (in milliseconds).
|
int |
getErrorCount()
Gets the number of errors.
|
int |
getExecDefRunId()
Gets the ID of the run of the execution plan.
|
java.lang.String |
getName()
Gets the name of the test that was executed.
|
java.lang.String |
getResultURL()
Gets the URL to the result page in Silk Central.
|
int |
getStatus()
Gets the status of the test.
|
int |
getTestDefId()
Gets the ID of the test.
|
int |
getTestRunId()
Gets the ID of the run of the test.
|
int |
getTypeId()
Gets the type of the test.
|
int |
getWarningCount()
Gets the number of warnings.
|
void |
setDuration(int duration)
Sets the duration of the execution of the test (in milliseconds).
|
void |
setErrorCount(int errorCount)
Sets the number of errors.
|
void |
setExecDefRunId(int execDefRunId)
Sets the ID of the run of the execution plan.
|
void |
setName(java.lang.String name)
Sets the name of the test that was executed.
|
void |
setResultURL(java.lang.String resultURL)
Sets the URL to the result page in Silk Central.
|
void |
setStatus(int status)
Sets the status of the test.
|
void |
setTestDefId(int testDefId)
Sets the ID of the test.
|
void |
setTestRunId(int testRunId)
Sets the ID of the run of the test.
|
void |
setTypeId(int typeId)
Sets the type of the test.
|
void |
setWarningCount(int warningCount)
Sets the number of warnings.
|
public java.lang.String getResultURL()
public void setResultURL(java.lang.String resultURL)
resultURL - the URL to the result page in Silk Centralpublic int getTypeId()
public void setTypeId(int typeId)
typeId - the type of the testpublic int getExecDefRunId()
public void setExecDefRunId(int execDefRunId)
execDefRunId - the ID of the run of the execution planpublic int getTestRunId()
public void setTestRunId(int testRunId)
testRunId - the ID of the run of the testpublic int getTestDefId()
public void setTestDefId(int testDefId)
testDefId - the ID of the testpublic java.lang.String getName()
public void setName(java.lang.String name)
name - of the testpublic int getStatus()
public void setStatus(int status)
status - the status of the testpublic int getErrorCount()
public void setErrorCount(int errorCount)
errorCount - the number of errorspublic int getWarningCount()
public void setWarningCount(int warningCount)
warningCount - the number of warningspublic int getDuration()
public void setDuration(int duration)
duration - the duration of the execution of the testCopyright © Micro Focus 2004-2019. All rights reserved.