Searched refs:altProto (Results 1 – 1 of 1) sorted by relevance
102 Enum altProto = Enum.newBuilder().setName(proto.getName()).build(); in testMismatch() local103 assertEquals(proto, marshaller.parse(enumMarshaller.stream(altProto))); in testMismatch()