Package gw.test
Class TestSpec
- java.lang.Object
-
- gw.test.TestSpec
-
- All Implemented Interfaces:
Comparable<TestSpec>
public class TestSpec extends Object implements Comparable<TestSpec>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(TestSpec o)
boolean
equals(Object o)
static String[]
extractTestMethods(IType testType)
static List<String>
extractTestMethods(Class<? extends junit.framework.TestCase> testClass)
String[]
getMethods()
IType
getTestType()
String
getTestTypeName()
int
hashCode()
boolean
runAllMethods()
-