org.eclipse.emf.test.xml
Class AllSuites

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.eclipse.emf.test.xml.AllSuites
All Implemented Interfaces:
junit.framework.Test

public class AllSuites
extends junit.framework.TestSuite


Field Summary
static java.lang.String PLUGIN_ID
           
 
Constructor Summary
AllSuites()
           
AllSuites(java.lang.Class<?> theClass)
           
AllSuites(java.lang.String name)
           
 
Method Summary
protected  void populateSuite()
           
static junit.framework.Test suite()
           
 
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

PLUGIN_ID

public static final java.lang.String PLUGIN_ID
See Also:
Constant Field Values
Constructor Detail

AllSuites

public AllSuites()

AllSuites

public AllSuites(java.lang.Class<?> theClass)

AllSuites

public AllSuites(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()

populateSuite

protected void populateSuite()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.