org.meta2project.model.test.support
Class SessionTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.meta2project.model.test.support.SessionTestSuite
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AllTestSuite, AllTestSuite5

public class SessionTestSuite
extends junit.framework.TestSuite

The base session support test suite.

Author:
Anton Malykh

Constructor Summary
protected SessionTestSuite(Session session)
           
 
Method Summary
protected  void addTestCase(java.lang.Class cl)
           
 void run(junit.framework.TestResult testResult)
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, runTest, setName, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionTestSuite

protected SessionTestSuite(Session session)
Method Detail

addTestCase

protected void addTestCase(java.lang.Class cl)
                    throws java.lang.IllegalAccessException,
                           java.lang.InstantiationException
Throws:
java.lang.IllegalAccessException
java.lang.InstantiationException

run

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