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

  /external/protobuf/java/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 500 reflectionTester.assertAllFieldsSetViaReflection(builder);
503 reflectionTester.assertAllFieldsSetViaReflection(message);
629 extensionsReflectionTester.assertAllFieldsSetViaReflection(builder);
632 extensionsReflectionTester.assertAllFieldsSetViaReflection(message);
    [all...]
TestUtil.java     [all...]

Completed in 61 milliseconds