Home
last modified time | relevance | path

Searched refs:TestContext (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRefactoringTest.java266 protected TestContext setupTestContext(IFile file, String relativePath) throws Exception { in setupTestContext()
299 TestContext testInfo = createTestContext(); in setupTestContext()
313 protected TestContext createTestContext() { in createTestContext()
314 return new TestContext(); in createTestContext()
317 protected static class TestContext { class in RefactoringTest
DChangeViewRefactoringTest.java48 TestContext info = setupTestContext(file, basename); in checkRefactoring()
DUnwrapRefactoringTest.java45 TestContext info = setupTestContext(file, basename); in checkRefactoring()
DWrapInRefactoringTest.java49 TestContext info = setupTestContext(file, basename); in checkRefactoring()
DExtractStyleRefactoringTest.java137 TestContext info = setupTestContext(file, basename); in checkRefactoring()
164 TestContext info = setupTestContext(file, basename); in checkRefactoringByOffset()
DUseCompoundDrawableRefactoringTest.java99 TestContext info = setupTestContext(file, basename); in checkRefactoring()
DChangeLayoutRefactoringTest.java118 TestContext info = setupTestContext(file, basename); in checkRefactoring()
DExtractIncludeRefactoringTest.java139 TestContext info = setupTestContext(file, basename); in checkRefactoring()