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

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipantTest.java 210 String expectedWarnings = expectedAppPackageRenameWarning ?
213 expectedWarnings);
222 @NonNull String expectedWarnings) throws Exception {
235 checkRefactoring(refactoring, expected, expectedWarnings);
RefactoringTestBase.java 64 @Nullable String expectedWarnings) throws Exception {
67 if (expectedWarnings == null) {
68 expectedWarnings = "<OK\n>";
78 assertEquals(status.toString().trim(), expectedWarnings.trim());

Completed in 101 milliseconds