/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | LayoutTestBase.java | 167 fail("Collection sizes differ; expected " + expected.size() + " but was " in assertContainsSame() 204 fail("Not supported in tests yet"); in debugPrintf() 209 fail("Not supported in tests yet"); in displayAlert() 215 fail("Not supported in tests yet"); in displayInput() 257 fail("Not supported in tests yet"); in loadRule() 263 fail("Not supported in tests yet"); in displayReferenceInput() 270 fail("Not supported in tests yet"); in getResourceValidator() 277 fail("Not supported in tests yet"); in displayResourceInput() 284 fail("Not supported in tests yet"); in displayMarginInput() 290 fail("Not supported in tests yet"); in displayIncludeSourceInput() [all …]
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/repository/ |
D | ValidateRepositoryXmlTest.java | 215 fail(); in testEmptyXml() 251 fail(); in testUnknownContentXml() 273 fail(); in testIncompleteContentXml() 296 fail(); in testWrongTypeContentXml() 324 fail(); in testLicenseIdNotFound() 349 fail(); in testExtraPathWithSlash()
|
D | CaptureErrorHandler.java | 52 junit.framework.Assert.fail(mErrors); in verify()
|
D | ValidateAddonXmlTest.java | 185 fail(); in testAddonCodename() 210 fail(); in testExtraPathWithSlash()
|
/sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/heap/ |
D | NativeHeapDataImporterTest.java | 49 fail("Unexpected exception while parsing text: " + e.getTargetException().getMessage()); in testImportValidAllocation() 51 fail("Tests are not interrupted!"); in testImportValidAllocation()
|
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/ |
D | FullRevisionTest.java | 85 fail("FullRevision.parseRevision should thrown NumberFormatException"); in testParseError() 94 fail("FullRevision.parseRevision should thrown NumberFormatException"); in testParseError() 103 fail("FullRevision.parseRevision should thrown NumberFormatException"); in testParseError() 112 fail("FullRevision.parseRevision should thrown NumberFormatException"); in testParseError()
|
D | MajorRevisionTest.java | 41 fail("MajorRevision.parseRevision should thrown NumberFormatException"); in testParseError()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/ |
D | ApiDemosRenderingTest.java | 189 fail("Failed to find ApiDemos!"); in findApiDemos() 195 fail("No AndroidData!"); in testSample() 200 fail("Fail to load the bridge: " + layoutLib.getLoadMessage()); in testSample() 205 fail("Sample project has no res folder!"); in testSample() 211 fail("Sample project has no layout folder!"); in testSample() 267 fail(String.format("Rendering %1$s: %2$s", layout.getName(), in testSample()
|
/sdk/monkeyrunner/test/com/android/monkeyrunner/ |
D | JythonUtilsTest.java | 122 fail("Should have thrown exception"); in testMissingFloatArg() 131 fail("Should have thrown exception"); in testBadFloatArgType() 185 fail("Should have thrown an exception"); in testParsingNotAList() 204 fail("Should have thrown an exception"); in testParsingNotAMap()
|
/sdk/assetstudio/tests/src/com/android/assetstudiolib/ |
D | GeneratorTest.java | 63 fail("Did not find " + path in checkGraphic() 85 fail(errors.toString()); in checkGraphic() 184 fail(message); in assertImageSimilar() 203 fail(e.toString()); in loadImageResource()
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/ |
D | TypoLookupTest.java | 319 fail(msg(f, i, "Globbing (*) not supported anywhere but at the tail: %1$s", line)); 321 fail(msg(f, i, "No glob found in the replacements for %1$s", line)); 329 fail(msg(f, i, "For typo " + typo 341 fail(msg(f, i, "Replacements for typo %1$s contain description: %2$s", 348 fail(msg(f, i, "Typo %1$s triggers a lot of false positives, should be omitted", 356 fail(msg(f, i, "Typo %1$s triggers a lot of false positives, should be omitted", 366 fail(msg(f, i, "The typo " + typo + " matches an earlier glob: ignoring")); 375 fail(msg(f, i, "Typo appeared more than once on lhs: %1$s", typo)); 520 fail("This is not used in the TypoLookupTest");
|
D | AbstractCheckTest.java | 396 fail(exception.toString()); in log() 430 fail(e.getLocalizedMessage()); in findResource() 448 fail(e.getLocalizedMessage()); in findResource() 452 fail("Unit tests don't support arbitrary resource lookup yet."); in findResource() 468 fail("Not supported in tests."); in ignore() 473 fail("Not supported in tests."); in setSeverity()
|
D | ApiLookupTest.java | 92 fail("This is not used in the ApiDatabase test"); in getDetector() 147 fail("Can't look up bogus data"); in testCorruptedCacheHandling()
|
/sdk/monkeyrunner/jython/test/ |
D | MonkeyRunner_test.py | 44 self.fail('Should have raised TypeError')
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
D | TestLogger.java | 36 Assert.fail(message); in error()
|
/sdk/sdk_common/tests/src/com/android/ide/common/xml/ |
D | SupportsScreensTest.java | 102 fail("Should have thrown IllegalArgumentException"); in testCompareScreenSizesWith() 110 fail("Should have thrown IllegalArgumentException"); in testCompareScreenSizesWith()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | IncludeOverlayTest.java | 69 fail("Wrong result at (" + x + "," + y + ") for rectangle=" + rectangle in checkSubtract()
|
/sdk/device_validator/dvlib/tests/src/com/android/dvlib/ |
D | DeviceSchemaTest.java | 230 fail(e.getMessage()); in startDocument() 284 fail(e.getMessage()); in error() 289 fail(e.getMessage()); in fatalError()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
D | SdkTestCase.java | 112 fail("Failed to parse targets data"); in validateSdk()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/api/ |
D | PointTest.java | 66 fail("new Point(null) failed to throew NullPointerException"); in testPointPoint_Null()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/ |
D | GridModelTest.java | 446 fail("Finish test"); in testDelete3_INCOMPLETE() 504 fail("Finish test"); in testDelete4_INCOMPLETE() 574 fail("Finish test"); in testDelete5_INCOMPLETE() 850 fail("Finish test"); in testInsert3_BROKEN()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
D | SampleProjectTest.java | 202 fail(); in waitForBuild() 229 fail(String.format("Expected build event never happened for %s", iproject.getName())); in waitForBuild()
|
/sdk/sdkstats/tests/com/android/sdkstats/ |
D | SdkStatsServiceTest.java | 66 fail("SdkStatsServiceTest doesn't define a system.property for " + name); in getSystemProperty() 76 fail("SdkStatsServiceTest doesn't define a system.getenv for " + name); in getSystemEnv()
|
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/ |
D | XmlReporterTest.java | 137 fail("Not used in this test"); in getDetector()
|
/sdk/ddms/libs/ddmlib/tests/src/com/android/ddmlib/testrunner/ |
D | RemoteAndroidTestRunnerTest.java | 120 fail("IOException not thrown"); in testRun_ioException()
|