Home
last modified time | relevance | path

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

/external/protobuf/java/core/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.java497 reflectionTester.assertAllFieldsSetViaReflection(builder); in testReflectionGetters()
500 reflectionTester.assertAllFieldsSetViaReflection(message); in testReflectionGetters()
641 extensionsReflectionTester.assertAllFieldsSetViaReflection(builder); in testExtensionReflectionGetters()
644 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testExtensionReflectionGetters()
DTestUtil.java3013 public void assertAllFieldsSetViaReflection(MessageOrBuilder message) { in assertAllFieldsSetViaReflection() method in TestUtil.ReflectionTester