Searched refs:assertAllFieldsSetViaReflection (Results 1 – 3 of 3) sorted by relevance
66 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()
497 reflectionTester.assertAllFieldsSetViaReflection(builder); in testReflectionGetters()500 reflectionTester.assertAllFieldsSetViaReflection(message); in testReflectionGetters()641 extensionsReflectionTester.assertAllFieldsSetViaReflection(builder); in testExtensionReflectionGetters()644 extensionsReflectionTester.assertAllFieldsSetViaReflection(message); in testExtensionReflectionGetters()
3013 public void assertAllFieldsSetViaReflection(MessageOrBuilder message) { in assertAllFieldsSetViaReflection() method in TestUtil.ReflectionTester