public class GroupModel extends Object
| Constructor and Description |
|---|
GroupModel(PalTestGroup palTestGroup) |
| Modifier and Type | Method and Description |
|---|---|
int |
count(String status) |
ArrayList<TestCaseModel> |
getTests() |
boolean |
hasErrors() |
String |
name() |
public GroupModel(PalTestGroup palTestGroup)
public String name()
public int count(String status)
public boolean hasErrors()
public ArrayList<TestCaseModel> getTests()
Copyright © 2014. All Rights Reserved.