Package gw.test
Class TestClassWrapper
java.lang.Object
junit.framework.TestSuite
gw.test.TestClassWrapper
- All Implemented Interfaces:
junit.framework.Test
public class TestClassWrapper
extends junit.framework.TestSuite
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
private static class
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestClassWrapper
(TestExecutionManager executionManager, IType type, String... methods) -
Method Summary
Modifier and TypeMethodDescriptiongetName()
private static boolean
private junit.framework.TestCase
void
runTest
(junit.framework.Test test, junit.framework.TestResult result) private void
runWithTimeout
(junit.framework.Test test, junit.framework.TestResult result, long timeout) Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getTestConstructor, run, setName, testAt, testCount, tests, toString, warning
-
Field Details
-
_type
-
_executionManager
-
-
Constructor Details
-
TestClassWrapper
-
-
Method Details
-
runTest
public void runTest(junit.framework.Test test, junit.framework.TestResult result) - Overrides:
runTest
in classjunit.framework.TestSuite
-
runWithTimeout
private void runWithTimeout(junit.framework.Test test, junit.framework.TestResult result, long timeout) -
getName
- Overrides:
getName
in classjunit.framework.TestSuite
-
makeTest
-
isMetaAnnotationInfo
-
getBackingType
-