public class PalTestCase extends Object implements Comparable<PalTestCase>
| Constructor and Description |
|---|
PalTestCase(Class<?> typeClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PalTestCase o) |
int |
count(Status status) |
Package |
getPackage() |
void |
render() |
PalTestScenario |
scenario(TableRunner.DecoratingFrameworkMethod method) |
List<PalTestScenario> |
scenarios() |
Class<?> |
type() |
public PalTestCase(Class<?> typeClass)
public PalTestScenario scenario(TableRunner.DecoratingFrameworkMethod method)
public Package getPackage()
public int compareTo(PalTestCase o)
compareTo in interface Comparable<PalTestCase>public int count(Status status)
public Class<?> type()
public void render()
public List<PalTestScenario> scenarios()
Copyright © 2014. All Rights Reserved.