public class TestSuite extends Object
Constructor and Description |
---|
TestSuite() |
Modifier and Type | Method and Description |
---|---|
void |
addTestCases(TestCase testCase) |
boolean |
equals(Object o) |
float |
getDuration() |
int |
getFailedTestCaseCount() |
String |
getName() |
int |
getPassedTestCaseCount() |
int |
getSkippedTestCaseCount() |
ArrayList<TestCase> |
getTestCases() |
int |
hashCode() |
void |
setDuration(float duration) |
void |
setFailedTestCaseCount(int failedTestCaseCount) |
void |
setName(String name) |
void |
setPassedTestCaseCount(int passedTestCaseCount) |
void |
setSkippedTestCaseCount(int skippedTestCaseCount) |
public String getName()
public void setName(String name)
public float getDuration()
public void setDuration(float duration)
public void addTestCases(TestCase testCase)
public int getPassedTestCaseCount()
public void setPassedTestCaseCount(int passedTestCaseCount)
public int getSkippedTestCaseCount()
public void setSkippedTestCaseCount(int skippedTestCaseCount)
public int getFailedTestCaseCount()
public void setFailedTestCaseCount(int failedTestCaseCount)
Copyright © 2016–2020. All rights reserved.