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 intcompareTo(TestSpec o)booleanequals(Object o)static String[]extractTestMethods(IType testType)static List<String>extractTestMethods(Class<? extends junit.framework.TestCase> testClass)String[]getMethods()ITypegetTestType()StringgetTestTypeName()inthashCode()booleanrunAllMethods()
-