Home
last modified time | relevance | path

Searched refs:expectedFail (Results 1 – 9 of 9) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DApiLintTest.kt48 expectedFail = """ in Test names()
229 expectedFail = """ in Test constants()
267 expectedFail = """ in No enums()
296 expectedFail = """ in Test callbacks()
365 expectedFail = """ in Test listeners()
434 expectedFail = """ in Test actions()
466 expectedFail = """ in Test extras()
496 expectedFail = """ in Test equals and hashCode()
566 expectedFail = """ in Test Parcelable()
656 expectedFail = """ in No protected methods or fields are allowed()
[all …]
DDriverTest.kt102 protected fun runDriver(vararg args: String, expectedFail: String = ""): String { in <lambda>()
123 …sertTrue("Test expected to fail but didn't. Expected failure: $expectedFail", expectedFail.isEmpty… in <lambda>()
126 if (cleanupString(expectedFail, null).replace(".", "").trim() != in <lambda>()
129 … if (expectedFail == "Aborting: Found compatibility problems with --check-compatibility" && in <lambda>()
137 assertEquals(expectedFail.trimIndent(), actualFail) in <lambda>()
338 expectedFail: String? = null, in <lambda>()
470 val expectedFail = expectedFail ?: if ((checkCompatibilityApi != null || in <lambda>() constant
1157 expectedFail = expectedFail in <lambda>()
DReporterTest.kt33 expectedFail = """ in Errors are sent to stderr()
59 expectedFail = """ in Test suppression annotations()
102 expectedFail = """ in Test repeat errors with 1 error()
133 expectedFail = """ in Test repeat errors with 5 errors()
173 expectedFail = """ in Test repeat errors with 6 errors()
DApiLintBaselineTest.kt112 expectedFail = """ in Test with non-api-lint specific baseline()
150 expectedFail = """ in Test api-lint error message()
182 expectedFail = """ in Test no api-lint error message()
DCompatibilityCheckBaselineTest.kt40 expectedFail = """ in Test released-API check, with error message()
65 expectedFail = """ in Test current-API check, with error message()
208 expectedFail = """ in Test current-API check, but with compatibility-released baseline()
DKotlinInteropChecksTest.kt31 expectedFail = """ in Hard Kotlin keywords()
198 expectedFail = """ in Methods which throw exceptions should document them()
DApiFileTest.kt4072expectedFail = "Aborting: Unable to parse signature file: TESTROOT/project/load-api2.txt:2: Duplic… in Test cannot merging API signature files with duplicate class()
4090expectedFail = "Aborting: Unable to parse signature file: Cannot merge different formats of signat… in Test cannot merging API signature files with different file formats()
DOptionsTest.kt555 expectedFail = "Aborting: Unknown issue id: --hide ThisIssueDoesNotExist" in Test issue severity options with non-existing issue()
DCompatibilityCheckTest.kt2712 expectedFail = """ in Fail on compatible changes that affect signature file contents()