Home
last modified time | relevance | path

Searched refs:assertAllFieldsSetViaReflection (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/java/src/test/java/com/google/protobuf/
DDynamicMessageTest.java66 reflectionTester.assertAllFieldsSetViaReflection(message); in testDynamicMessageAccessors()
80 reflectionTester.assertAllFieldsSetViaReflection(message); in testSettersAfterBuild()
123 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testDynamicMessageExtensionAccessors()
190 reflectionTester.assertAllFieldsSetViaReflection(message2); in testDynamicMessageParsing()
194 reflectionTester.assertAllFieldsSetViaReflection(message3); in testDynamicMessageParsing()
202 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testDynamicMessageExtensionParsing()
207 extensionsReflectionTester.assertAllFieldsSetViaReflection(message2); in testDynamicMessageExtensionParsing()
247 reflectionTester.assertAllFieldsSetViaReflection(copy); in testDynamicMessageCopy()
277 reflectionTester.assertAllFieldsSetViaReflection(derived); in testToBuilder()
DGeneratedMessageTest.java500 reflectionTester.assertAllFieldsSetViaReflection(builder); in testReflectionGetters()
503 reflectionTester.assertAllFieldsSetViaReflection(message); in testReflectionGetters()
629 extensionsReflectionTester.assertAllFieldsSetViaReflection(builder); in testExtensionReflectionGetters()
632 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testExtensionReflectionGetters()
DTestUtil.java3280 public void assertAllFieldsSetViaReflection(MessageOrBuilder message) { in assertAllFieldsSetViaReflection() method in TestUtil.ReflectionTester