HomeSort by relevance Sort by last modified time
    Searched refs:assertAllFieldsSetViaReflection (Results 1 - 3 of 3) sorted by null

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
DynamicMessageTest.java 66 reflectionTester.assertAllFieldsSetViaReflection(message);
80 reflectionTester.assertAllFieldsSetViaReflection(message);
123 extensionsReflectionTester.assertAllFieldsSetViaReflection(message);
190 reflectionTester.assertAllFieldsSetViaReflection(message2);
194 reflectionTester.assertAllFieldsSetViaReflection(message3);
202 extensionsReflectionTester.assertAllFieldsSetViaReflection(message);
207 extensionsReflectionTester.assertAllFieldsSetViaReflection(message2);
247 reflectionTester.assertAllFieldsSetViaReflection(copy);
277 reflectionTester.assertAllFieldsSetViaReflection(derived);
GeneratedMessageTest.java 497 reflectionTester.assertAllFieldsSetViaReflection(builder);
500 reflectionTester.assertAllFieldsSetViaReflection(message);
641 extensionsReflectionTester.assertAllFieldsSetViaReflection(builder);
644 extensionsReflectionTester.assertAllFieldsSetViaReflection(message);
    [all...]
TestUtil.java     [all...]

Completed in 55 milliseconds