Package gw.test

Class TestClassWrapper

  • All Implemented Interfaces:
    junit.framework.Test

    public class TestClassWrapper
    extends junit.framework.TestSuite
    • Constructor Detail

      • TestClassWrapper

        public TestClassWrapper​(TestExecutionManager executionManager,
                                IType type,
                                java.lang.String... methods)
    • Method Detail

      • runTest

        public void runTest​(junit.framework.Test test,
                            junit.framework.TestResult result)
        Overrides:
        runTest in class junit.framework.TestSuite
      • runWithTimeout

        private void runWithTimeout​(junit.framework.Test test,
                                    junit.framework.TestResult result,
                                    long timeout)
      • getName

        public java.lang.String getName()
        Overrides:
        getName in class junit.framework.TestSuite
      • makeTest

        private junit.framework.TestCase makeTest​(IType type,
                                                  java.lang.String method)
      • isMetaAnnotationInfo

        private static boolean isMetaAnnotationInfo​(IAnnotationInfo ai)
      • getBackingType

        public IType getBackingType()