Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/test/java/com/google/protobuf/
DDynamicMessageTest.java112 reflectionTester.assertReflectionSettersRejectNull(builder); in testDynamicMessageSettersRejectNull()
129 extensionsReflectionTester.assertReflectionSettersRejectNull(builder); in testDynamicMessageExtensionSettersRejectNull()
DGeneratedMessageTest.java514 reflectionTester.assertReflectionSettersRejectNull(builder); in testReflectionSettersRejectNull()
658 extensionsReflectionTester.assertReflectionSettersRejectNull(builder); in testExtensionReflectionSettersRejectNull()
DTestUtil.java3653 public void assertReflectionSettersRejectNull(Message.Builder builder) in assertReflectionSettersRejectNull() method in TestUtil.ReflectionTester