Searched refs:assertHasMapValues (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | MapForProto2Test.java | 633 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()
|
D | MapTest.java | 724 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()
|