org.eclipse.cdt.make.builder.tests
Class StandardBuildTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.cdt.make.builder.tests.StandardBuildTests
All Implemented Interfaces:
junit.framework.Test

public class StandardBuildTests
extends junit.framework.TestCase


Constructor Summary
StandardBuildTests(java.lang.String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testProjectCleanup()
          Remove all the project information associated with the project used during test.
 void testProjectConversion()
           
 void testProjectCreation()
           
 void testProjectSettings()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardBuildTests

public StandardBuildTests(java.lang.String name)
Parameters:
name -
Method Detail

suite

public static junit.framework.Test suite()

testProjectCleanup

public void testProjectCleanup()
Remove all the project information associated with the project used during test.


testProjectConversion

public void testProjectConversion()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testProjectCreation

public void testProjectCreation()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testProjectSettings

public void testProjectSettings()
                         throws java.lang.Exception
Throws:
java.lang.Exception