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
  • Field Details

  • Constructor Details

  • Method Details

    • 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 String getName()
      Overrides:
      getName in class junit.framework.TestSuite
    • makeTest

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

      private static boolean isMetaAnnotationInfo(IAnnotationInfo ai)
    • getBackingType

      public IType getBackingType()