public class TestSuite extends Object
Model to represent the test suite in the xml report
| Constructor and Description |
|---|
TestSuite(List<Property> properties,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(TestCase testCase) |
int |
getErrors() |
int |
getFailures() |
String |
getName() |
int |
getSkipped() |
List<TestCase> |
getTestcases() |
int |
getTests() |
float |
getTime() |
void |
setErrors(int errors) |
void |
setFailures(int failures) |
void |
setName(String name) |
void |
setSkipped(int skipped) |
void |
setTestcases(List<TestCase> testcases) |
void |
setTests(int tests) |
void |
setTime(float time) |
public String getName()
public void setName(String name)
public float getTime()
public void setTime(float time)
public int getFailures()
public void setFailures(int failures)
public int getErrors()
public void setErrors(int errors)
public int getSkipped()
public void setSkipped(int skipped)
public int getTests()
public void setTests(int tests)
public void add(TestCase testCase)
Copyright © 2018. All rights reserved.