org.activemath.util
Class AdvancedTestSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.activemath.util.AdvancedTestSuite
All Implemented Interfaces:
junit.framework.Test

public class AdvancedTestSuite
extends junit.framework.TestSuite


Field Summary
protected static int user_index
           
 
Constructor Summary
AdvancedTestSuite()
           
AdvancedTestSuite(Class theClass)
           
AdvancedTestSuite(String name)
           
 
Method Summary
static int getIndex()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

user_index

protected static int user_index
Constructor Detail

AdvancedTestSuite

public AdvancedTestSuite()

AdvancedTestSuite

public AdvancedTestSuite(String name)

AdvancedTestSuite

public AdvancedTestSuite(Class theClass)
Method Detail

getIndex

public static int getIndex()