/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ChangeLayoutRefactoringTest.java | 37 checkRefactoring("sample1a.xml", true); 43 checkRefactoring("sample1b.xml", true); 48 checkRefactoring("sample2.xml", true); 54 checkRefactoring("sample3.xml", true); 58 checkRefactoring("sample4.xml", true); 63 checkRefactoring("sample5.xml", true); 68 checkRefactoring("sample6.xml", true); 72 checkRefactoring(FQCN_GRID_LAYOUT, "sample1a.xml", true); 77 checkRefactoring(FQCN_GRID_LAYOUT, "sample2.xml", true); 82 checkRefactoring(FQCN_GRID_LAYOUT, "sample5.xml", true) [all...] |
UseCompoundDrawableRefactoringTest.java | 51 checkRefactoring("refactoring/usecompound/compound1.xml", "@+id/layout1"); 56 checkRefactoring("refactoring/usecompound/compound2.xml", "@+id/layout2"); 61 checkRefactoring("refactoring/usecompound/compound3.xml", "@+id/layout3"); 66 checkRefactoring("refactoring/usecompound/compound4.xml", "@+id/layout4"); 72 checkRefactoring("refactoring/usecompound/compound_all.xml", "@+id/layout2"); 78 checkRefactoring("refactoring/usecompound/compound_all.xml", "@+id/layout3"); 83 checkRefactoring("refactoring/usecompound/compound5.xml", "@+id/layout"); 88 checkRefactoring("refactoring/usecompound/compound6.xml", "@+id/layout1"); 93 checkRefactoring("refactoring/usecompound/compound7.xml", "@+id/layout1"); 96 private void checkRefactoring(String basename, String id [all...] |
UnwrapRefactoringTest.java | 30 checkRefactoring("unwrap.xml", "@+id/button"); 35 checkRefactoring("unwrap.xml", "@+id/frame"); 40 checkRefactoring("unwrap.xml", "@+id/linear"); 43 private void checkRefactoring(String basename, String id) throws Exception {
|
WrapInRefactoringTest.java | 32 checkRefactoring("sample3.xml", FQCN_LINEAR_LAYOUT, "@+id/button2"); 37 checkRefactoring("sample3.xml", FQCN_GESTURE_OVERLAY_VIEW, "@+id/newlinear"); 42 checkRefactoring("sample3.xml", FQCN_LINEAR_LAYOUT, "@+id/button2", "@+id/android_logo"); 45 private void checkRefactoring(String basename, String fqcn, String... ids) throws Exception {
|
ChangeViewRefactoringTest.java | 30 checkRefactoring("sample1a.xml", FQCN_RADIO_BUTTON, "@+id/button1", "@+id/button6"); 39 checkRefactoring("sample2.xml", "android.widget.ImageButton", 43 private void checkRefactoring(String basename, String newType,
|
ExtractStyleRefactoringTest.java | 52 checkRefactoring("extractstyle1.xml", "newstyles.xml", "newstyle", 58 checkRefactoring("extractstyle1.xml", "newstyles2.xml", "newstyle", 64 checkRefactoring("extractstyle1.xml", "newstyles3.xml", "newstyle", 70 checkRefactoring("extractstyle1.xml", "newstyles4.xml", "newstyle", 78 checkRefactoring("extractstyle1.xml", "navigationstyles.xml", "newstyle", 84 checkRefactoring("extractstyle1.xml", "newstyles4.xml", "newstyle", 118 checkRefactoring("extractstyle2.xml", "newstyles8.xml", "newstyle", 125 checkRefactoring("extractstyle1.xml", "newstyles3.xml", "newstyle", 131 private void checkRefactoring(String basename, String styleFileName, String newStyleName, 150 checkRefactoring(basename, styleFileName, newStyleName, removeExtracted, applyStyle [all...] |
ExtractIncludeRefactoringTest.java | 51 checkRefactoring("sample3.xml", "newlayout1", false, null, 2, false /* diffs */, 57 checkRefactoring("sample3.xml", "newlayout2", false, null, 2, false /* diffs */, 63 checkRefactoring("sample2.xml", "newlayout3", false, null, 2, false /* diffs */, 80 checkRefactoring("sample3.xml", "newlayout3", true, extraFiles, 4, false /* diffs */, 96 checkRefactoring("sample3.xml", "newlayout3", true, extraFiles, 4, false /* diffs */, 114 checkRefactoring("sample7.xml", "newlayout6", true, extraFiles, 4, true /* diffs */, 133 private void checkRefactoring(String basename, String layoutName,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/ |
ApplicationPackageNameRefactoringTest.java | 126 checkRefactoring(refactoring, expected);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidTypeRenameParticipantTest.java | 158 checkRefactoring(refactoring, expected);
|
AndroidTypeMoveParticipantTest.java | 133 checkRefactoring(refactoring, expected);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
AndroidPackageRenameParticipantTest.java | 235 checkRefactoring(refactoring, expected, expectedWarnings);
|
RefactoringTestBase.java | 54 protected void checkRefactoring(Refactoring refactoring, String expected) throws Exception { 55 checkRefactoring(refactoring, expected, null); 63 protected void checkRefactoring(Refactoring refactoring, String expected,
|
RenameResourceParticipantTest.java | 399 checkRefactoring(refactoring, expected, expectedWarnings);
|