Home
last modified time | relevance | path

Searched refs:assertHasMapValues (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DMapForProto2Test.java633 private static void assertHasMapValues(Message message, String name, Map<?, ?> values) { in assertHasMapValues() method in MapForProto2Test
689 assertHasMapValues(message, "int32_to_int32_field", mapForValues(1, 2, 3, 4)); in testReflectionApi()
690 assertHasMapValues( in testReflectionApi()
DMapTest.java724 private static void assertHasMapValues(Message message, String name, Map<?, ?> values) { in assertHasMapValues() method in MapTest
780 assertHasMapValues(message, "int32_to_int32_field", mapForValues(1, 2, 3, 4)); in testReflectionApi()
781 assertHasMapValues( in testReflectionApi()