org.eclipse.cdt.make.core.tests
Class AutomatedIntegrationSuite

java.lang.Object
  extended by junit.framework.TestSuite
      extended by org.eclipse.cdt.make.core.tests.AutomatedIntegrationSuite
All Implemented Interfaces:
junit.framework.Test

public class AutomatedIntegrationSuite
extends junit.framework.TestSuite


Constructor Summary
AutomatedIntegrationSuite()
           
AutomatedIntegrationSuite(java.lang.Class theClass)
           
AutomatedIntegrationSuite(java.lang.Class theClass, java.lang.String name)
           
AutomatedIntegrationSuite(java.lang.String name)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AutomatedIntegrationSuite

public AutomatedIntegrationSuite()

AutomatedIntegrationSuite

public AutomatedIntegrationSuite(java.lang.Class theClass,
                                 java.lang.String name)

AutomatedIntegrationSuite

public AutomatedIntegrationSuite(java.lang.Class theClass)

AutomatedIntegrationSuite

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

suite

public static junit.framework.Test suite()