public class TestRunStatus extends Object implements Serializable
Constructor and Description |
---|
TestRunStatus() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentRuntime()
Gets the current Runtime.
|
int |
getCurrentTestCaseIdx()
Gets the current Testcase index.
|
String |
getExpectedRuntime()
Gets the expected Runtime as String.
|
String |
getFullScopedName()
Gets the fullscopedname of the currently running Testcase.
|
String |
getName()
Gets the name of the currently running Testcase.
|
String |
getRemainingRuntime()
Gets the remaining Runtime.
|
int |
getTestCaseCount()
Gets the testCaseCount.
|
void |
setCurrentRuntime(String currentRuntime)
Sets the current Runtime.
|
void |
setCurrentTestCaseIdx(int currentTestCaseIdx)
Sets the current Testcase index.
|
void |
setExpectedRuntime(String expectedRuntime)
Sets the expected Runtime.
|
void |
setFullScopedName(String fullScopedName)
Sets the fullscopedname of the current Testcase.
|
void |
setName(String name)
Sets the name of the current Testcase.
|
void |
setRemainingRuntime(String remainingRuntime)
Sets the remaining Runtime.
|
void |
setTestCaseCount(int testCaseCount)
Sets the testCaseCount.
|
public String getName()
public void setName(String name)
name
- the name.public String getFullScopedName()
public void setFullScopedName(String fullScopedName)
fullScopedName
- the fullscopedname.public int getTestCaseCount()
public void setTestCaseCount(int testCaseCount)
testCaseCount
- the testCaseCount.public int getCurrentTestCaseIdx()
public void setCurrentTestCaseIdx(int currentTestCaseIdx)
currentTestCaseIdx
- the index.public String getExpectedRuntime()
public void setExpectedRuntime(String expectedRuntime)
expectedRuntime
- the expected Runtime.public String getCurrentRuntime()
public void setCurrentRuntime(String currentRuntime)
currentRuntime
- the current Runtime.public String getRemainingRuntime()
public void setRemainingRuntime(String remainingRuntime)
remainingRuntime
- the remaining Runtime.Copyright © 2016–2023 MicroNova AG. All rights reserved.