HomeSort by relevance Sort by last modified time
    Searched full:filetogolden (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoringTest.java 151 Map<IPath,String> fileToGolden = new HashMap<IPath,String>();
153 fileToGolden.put(sourcePath, basename);
155 fileToGolden.put(newPath, layoutName + DOT_XML);
157 fileToGolden.putAll(extraFiles);
160 checkEdits(changes, fileToGolden, createDiffs);
ExtractStyleRefactoringTest.java 215 Map<IPath,String> fileToGolden = new HashMap<IPath,String>();
217 fileToGolden.put(sourcePath, basename);
219 fileToGolden.put(newPath, styleFileName);
221 checkEdits(changes, fileToGolden, true);

Completed in 43 milliseconds