Home
last modified time | relevance | path

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

/libcore/support/src/test/java/org/apache/harmony/testframework/
DWrapperTester.java33 private boolean throwsExceptions = true; field in WrapperTester
52 public WrapperTester setThrowsExceptions(boolean throwsExceptions) { in setThrowsExceptions() argument
53 this.throwsExceptions = throwsExceptions; in setThrowsExceptions()
60 .setThrowsExceptions(throwsExceptions) in createTests()
63 if (throwsExceptions) { in createTests()
DCharWrapperTester.java32 private boolean throwsExceptions = true; field in CharWrapperTester
51 public CharWrapperTester setThrowsExceptions(boolean throwsExceptions) { in setThrowsExceptions() argument
52 this.throwsExceptions = throwsExceptions; in setThrowsExceptions()
59 .setThrowsExceptions(throwsExceptions) in createTests()
62 if (throwsExceptions) { in createTests()
DSinkTester.java35 private boolean throwsExceptions = true; field in SinkTester
56 public SinkTester setThrowsExceptions(boolean throwsExceptions) { in setThrowsExceptions() argument
57 this.throwsExceptions = throwsExceptions; in setThrowsExceptions()
70 if (throwsExceptions) { in createTests()
DCharSinkTester.java35 private boolean throwsExceptions = true; field in CharSinkTester
55 public CharSinkTester setThrowsExceptions(boolean throwsExceptions) { in setThrowsExceptions() argument
56 this.throwsExceptions = throwsExceptions; in setThrowsExceptions()
69 if (throwsExceptions) { in createTests()