Home
last modified time | relevance | path

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

/art/test/989-method-trace-throw/src/art/
DTest989.java188 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()