Searched refs:testDescription (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/test/989-method-trace-throw/src/art/ |
H A D | Test989.java | 188 private static String testDescription(MethodTracer type, Runnable test) { in testDescription() method in Test989 212 "Received no exception as expected for " + testDescription(type, test) + "."); in doTest() 219 … throw new Error("Unexpected error occured: " + t + " for " + testDescription(type, test), t); in doTest() 222 " for " + testDescription(type, test), t); in doTest() 225 "Received expected error for " + testDescription(type, test) + " - " + t); in doTest() 233 + testDescription(type, test)); in doTest()
|
/aosp12/packages/modules/NetworkStack/tests/hostlib/src/com/android/testutils/host/ |
H A D | DeflakeHostTestBase.kt | 123 val failMessage = failuresByTest.toList().fold("") { msg, (testDescription, failures) -> 125 msg + "\n$testDescription: ${failures.count()}/$count failures. " +
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/ |
H A D | BenchmarkRegistry.java | 136 String testDescription = benchAttribs.getString(R.styleable.Benchmark_description); in parseBenchmarkGroup() local 141 id, testName, category, testDescription); in parseBenchmarkGroup()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/accessibilityservice/ |
H A D | AccessibilityShortcutInfoTest.java | 70 public void testDescription() { in testDescription() method in AccessibilityShortcutInfoTest
|