HomeSort by relevance Sort by last modified time
    Searched full:expectedwarnings (Results 1 - 3 of 3) 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);
RenameResourceParticipantTest.java 352 @NonNull String expectedWarnings) throws Exception {
354 renameResource(project, resource, updateReferences, newName, expected, expectedWarnings);
363 @NonNull String expectedWarnings) throws Exception {
400 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 685 milliseconds