Searched defs:CLASSNAME (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DNioByteStringTest.java57 private static final String CLASSNAME = NioByteString.class.getSimpleName(); field in class:NioByteStringTest
66 assertEquals(CLASSNAME + " should match type exactly", CLASSNAME, actualClassName);
80 assertTrue(CLASSNAME + " must capture the right bytes", stillEqual);
89 assertTrue(CLASSNAME + " must capture the right bytes", stillEqual);
90 assertFalse(CLASSNAME + " must have exhausted the itertor", iter.hasNext());
107 assertTrue(CLASSNAME + " must capture the right bytes as Bytes", stillEqual);
108 assertEquals(CLASSNAME + " iterable character count", BYTES.length, j);
112 assertEquals(CLASSNAME + " must have the expected size", BYTES.length,
117 assertEquals(CLASSNAME
[all...]

Completed in 114 milliseconds