public class TestSuite extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TestSuite.TestSuiteBuilder |
Modifier and Type | Method and Description |
---|---|
int |
getAbortCount() |
String |
getElapsedTime() |
int |
getFailCount() |
List<TestCase> |
getFailedTests()
Returns list of failed test cases in current suite.
|
String |
getName() |
int |
getPassCount() |
Date |
getStart()
Gets testsuite start date.
|
Date |
getStop()
Gets testsuite stop date.
|
List<TestCase> |
getSuccessfullTests()
Returns list of successful test cases in current suite.
|
List<TestCase> |
getTestCases() |
int |
getTotalTestsCount() |
int |
getWarningCount() |
public String getName()
public String getElapsedTime()
public Date getStart()
public Date getStop()
public int getTotalTestsCount()
public int getPassCount()
public int getFailCount()
public int getWarningCount()
public int getAbortCount()
public List<TestCase> getFailedTests()
Copyright © 2016–2022 CA Technologies. All rights reserved.