org.eclipse.cdt.refactoring.tests
Class RenameRegressionTests

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.RenameRegressionTests
All Implemented Interfaces:
junit.framework.Test

public class RenameRegressionTests
extends RenameTests

Author:
aniefer

Constructor Summary
RenameRegressionTests()
           
RenameRegressionTests(java.lang.String name)
           
 
Method Summary
 void _testMethod_35_72726()
           
static junit.framework.Test suite()
           
static junit.framework.Test suite(boolean cleanup)
           
 void testAttribute_2()
           
 void testAttribute_54()
           
 void testAttribute_61()
           
 void testAttribute_63()
           
 void testAttribute_64()
           
 void testAttribute_65()
           
 void testClass_1()
           
 void testClass_52()
           
 void testClass_53()
           
 void testClass_55_72748()
           
 void testClass_55_79231()
           
 void testClass_55()
           
 void testClass_56()
           
 void testClass_81_72620()
           
 void testClass_92A()
           
 void testClass_92B()
           
 void testConstructor_26()
           
 void testConstructor_27()
           
 void testDestructor_28()
           
 void testDestructor_29_72612()
           
 void testEnumeration_48()
           
 void testEnumerator_62()
           
 void testFileStaticVar()
           
 void testFunction_31()
           
 void testFunction_67()
           
 void testLocalVar()
           
 void testMethod_1()
           
 void testMethod_3()
           
 void testMethod_32_72717()
           
 void testMethod_33_72605()
           
 void testMethod_33b_72605()
           
 void testMethod_34()
           
 void testMethod_39()
           
 void testMethod_40()
           
 void testMethod_41()
           
 void testMethod_43()
           
 void testMethod_44()
           
 void testMethod_45()
           
 void testNamespace_66_79281()
           
 void testNamespace_66_79282()
           
 void testNamespace_66()
           
 void testParameter()
           
 void testRenameParticipant()
           
 void testSimpleRename()
           
 void testStruct_46()
           
 void testTemplate_49_72626()
           
 void testUnion_47()
           
 void testVariable_68_79295()
           
 void testVariable_68()
           
 void testVariable_88_72617()
           
 
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

RenameRegressionTests

public RenameRegressionTests()

RenameRegressionTests

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

suite

public static junit.framework.Test suite()

suite

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

testSimpleRename

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

testLocalVar

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

testParameter

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

testFileStaticVar

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

testClass_1

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

testAttribute_2

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

testMethod_1

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

testMethod_3

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

testConstructor_26

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

testConstructor_27

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

testDestructor_28

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

testDestructor_29_72612

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

testFunction_31

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

testMethod_32_72717

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

testMethod_33_72605

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

testMethod_33b_72605

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

testMethod_34

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

_testMethod_35_72726

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

testMethod_39

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

testMethod_40

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

testMethod_41

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

testMethod_43

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

testMethod_44

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

testMethod_45

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

testStruct_46

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

testUnion_47

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

testEnumeration_48

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

testTemplate_49_72626

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

testClass_52

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

testClass_53

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

testAttribute_54

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

testClass_55

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

testClass_55_79231

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

testClass_55_72748

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

testClass_56

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

testAttribute_61

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

testEnumerator_62

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

testAttribute_63

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

testAttribute_64

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

testAttribute_65

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

testNamespace_66

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

testNamespace_66_79281

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

testNamespace_66_79282

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

testFunction_67

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

testVariable_68

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

testVariable_68_79295

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

testClass_81_72620

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

testVariable_88_72617

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

testClass_92A

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

testClass_92B

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

testRenameParticipant

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