Skip navigation links
org.glassfish.pfl.test

Class TestCaseTools.SingleInstanceTestSuite

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void run(junit.framework.TestResult result) 
      void runTest(junit.framework.Test test, junit.framework.TestResult result) 
      • Methods inherited from class junit.framework.TestSuite

        addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, setName, testAt, testCount, tests, toString, warning
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SingleInstanceTestSuite

        public SingleInstanceTestSuite(java.lang.Class theClass)
    • Method Detail

      • run

        public void run(junit.framework.TestResult result)
        Specified by:
        run in interface junit.framework.Test
        Overrides:
        run in class junit.framework.TestSuite
      • runTest

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