org.eclipse.cdt.refactoring.tests
Class RenameFunctionTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.cdt.core.tests.BaseTestFramework
              extended by org.eclipse.cdt.refactoring.tests.RefactoringTests
                  extended by org.eclipse.cdt.refactoring.tests.RenameTests
                      extended by org.eclipse.cdt.refactoring.tests.RenameFunctionTests
All Implemented Interfaces:
junit.framework.Test

public class RenameFunctionTests
extends RenameTests

Author:
markus.schorn@windriver.com

Constructor Summary
RenameFunctionTests(java.lang.String name)
           
 
Method Summary
static junit.framework.Test suite()
           
static junit.framework.Test suite(boolean cleanup)
           
 void testBug72605()
           
 void testBug72732()
           
 void testFunctionNameConflicts()
           
 void testFunctionNameConflictsPlainC()
           
 void testFunctionsPlainC()
           
 void testMethodNameConflicts1()
           
 void testMethodNameConflicts2()
           
 
Methods inherited from class org.eclipse.cdt.refactoring.tests.RenameTests
checkConditions, getRefactorChanges, getRefactorMessages, getRefactorSeverity
 
Methods inherited from class org.eclipse.cdt.core.tests.BaseTestFramework
cleanupProject
 
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

RenameFunctionTests

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

suite

public static junit.framework.Test suite()

suite

public static junit.framework.Test suite(boolean cleanup)

testFunctionNameConflicts

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

testFunctionsPlainC

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

testFunctionNameConflictsPlainC

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

testMethodNameConflicts1

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

testMethodNameConflicts2

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

testBug72605

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

testBug72732

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