public class PalTestGroup extends Object implements Comparable<PalTestGroup>
| Constructor and Description |
|---|
PalTestGroup(String aPackage,
List<PalTestCase> palTestCases) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PalTestGroup o) |
int |
count(Status status) |
static Collection<PalTestGroup> |
fromTestCases(Collection<PalTestCase> testCases) |
String |
getPackage() |
void |
render() |
List<PalTestCase> |
testCases() |
public PalTestGroup(String aPackage, List<PalTestCase> palTestCases)
public static Collection<PalTestGroup> fromTestCases(Collection<PalTestCase> testCases)
public int compareTo(PalTestGroup o)
compareTo in interface Comparable<PalTestGroup>public int count(Status status)
public void render()
public List<PalTestCase> testCases()
public String getPackage()
Copyright © 2014. All Rights Reserved.