Searched refs:throwsExceptions (Results 1 – 4 of 4) sorted by relevance
33 private boolean throwsExceptions = true; field in WrapperTester52 public WrapperTester setThrowsExceptions(boolean throwsExceptions) { in setThrowsExceptions() argument53 this.throwsExceptions = throwsExceptions; in setThrowsExceptions()60 .setThrowsExceptions(throwsExceptions) in createTests()63 if (throwsExceptions) { in createTests()
32 private boolean throwsExceptions = true; field in CharWrapperTester51 public CharWrapperTester setThrowsExceptions(boolean throwsExceptions) { in setThrowsExceptions() argument52 this.throwsExceptions = throwsExceptions; in setThrowsExceptions()59 .setThrowsExceptions(throwsExceptions) in createTests()62 if (throwsExceptions) { in createTests()
35 private boolean throwsExceptions = true; field in SinkTester56 public SinkTester setThrowsExceptions(boolean throwsExceptions) { in setThrowsExceptions() argument57 this.throwsExceptions = throwsExceptions; in setThrowsExceptions()70 if (throwsExceptions) { in createTests()
35 private boolean throwsExceptions = true; field in CharSinkTester55 public CharSinkTester setThrowsExceptions(boolean throwsExceptions) { in setThrowsExceptions() argument56 this.throwsExceptions = throwsExceptions; in setThrowsExceptions()69 if (throwsExceptions) { in createTests()