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

  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
LiteralByteStringTest.java 55 protected String classUnderTest;
62 classUnderTest = "LiteralByteString";
70 assertEquals(classUnderTest + " should match type exactly", classUnderTest, actualClassName);
84 assertTrue(classUnderTest + " must capture the right bytes", stillEqual);
93 assertTrue(classUnderTest + " must capture the right bytes", stillEqual);
94 assertFalse(classUnderTest + " must have exhausted the itertor", iter.hasNext());
111 assertTrue(classUnderTest + " must capture the right bytes as Bytes", stillEqual);
112 assertEquals(classUnderTest + " iterable character count", referenceBytes.length, j);
116 assertEquals(classUnderTest + " must have the expected size", referenceBytes.length
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-samples.jar 

Completed in 193 milliseconds