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

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
SingleFieldBuilderTest.java 48 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent();
54 mockParent,
59 assertEquals(0, mockParent.getInvalidationCount());
62 assertEquals(0, mockParent.getInvalidationCount());
67 assertEquals(0, mockParent.getInvalidationCount());
69 assertEquals(1, mockParent.getInvalidationCount());
73 assertEquals(1, mockParent.getInvalidationCount());
78 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent();
84 mockParent,
91 assertEquals(0, mockParent.getInvalidationCount())
    [all...]
RepeatedFieldBuilderTest.java 51 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent();
53 TestAllTypesOrBuilder> builder = newRepeatedFieldBuilder(mockParent);
68 assertEquals(0, mockParent.getInvalidationCount());
72 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent();
74 TestAllTypesOrBuilder> builder = newRepeatedFieldBuilder(mockParent);
88 assertEquals(0, mockParent.getInvalidationCount());
90 assertEquals(1, mockParent.getInvalidationCount());
97 assertEquals(1, mockParent.getInvalidationCount());
101 TestUtil.MockBuilderParent mockParent = new TestUtil.MockBuilderParent();
103 TestAllTypesOrBuilder> builder = newRepeatedFieldBuilder(mockParent);
    [all...]
GeneratedMessageTest.java     [all...]

Completed in 86 milliseconds