public class TestCaseModel extends Object
| Constructor and Description |
|---|
TestCaseModel(PalTestCase input) |
| Modifier and Type | Method and Description |
|---|---|
int |
count(String status) |
boolean |
hasErrors() |
String |
name() |
Collection<ScenarioModel> |
scenarios() |
String |
url() |
public TestCaseModel(PalTestCase input)
public int count(String status)
public String name()
public boolean hasErrors()
public String url()
public Collection<ScenarioModel> scenarios()
Copyright © 2014. All Rights Reserved.