public class TestSuite extends Object
| Constructor and Description |
|---|
TestSuite() |
TestSuite(String hostname,
String name,
Date startTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
addError() |
void |
addFailure() |
void |
addTest() |
int |
getErrors() |
int |
getFailures() |
String |
getName() |
Date |
getStartTime() |
List<TestCase> |
getTestCases() |
int |
getTests() |
void |
setEndTime(Date endTime) |
public int getFailures()
public int getErrors()
public int getTests()
public void addFailure()
public void addError()
public void addTest()
public String getName()
public Date getStartTime()
public void setEndTime(Date endTime)
Copyright © 2004-2015. All Rights Reserved.