Home
last modified time | relevance | path

Searched defs:ExpectedException (Results 1 – 2 of 2) sorted by relevance

/external/junit/src/org/junit/rules/
DExpectedException.java44 public class ExpectedException implements TestRule { class
55 private ExpectedException() { in ExpectedException() method in ExpectedException
/external/chromium_org/tools/telemetry/telemetry/page/
Dpage_runner_unittest.py89 class ExpectedException(Exception): class