HomeSort by relevance Sort by last modified time
    Searched defs:CharWrapperTester (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 30 public abstract class CharWrapperTester {
51 public CharWrapperTester setThrowsExceptions(boolean throwsExceptions) {
86 return CharWrapperTester.this.create(delegate);
96 return CharWrapperTester.this.toString();
108 return CharWrapperTester.this.toString() + ":" + super.getName();
  /libcore/support/src/test/java/org/apache/harmony/testframework/
CharWrapperTester.java 30 public abstract class CharWrapperTester {
51 public CharWrapperTester setThrowsExceptions(boolean throwsExceptions) {
86 return CharWrapperTester.this.create(delegate);
96 return CharWrapperTester.this.toString();
108 return CharWrapperTester.this.toString() + ":" + super.getName();

Completed in 837 milliseconds