Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/collect/
DBstOperationsTest.java206 SimpleNode bWithA2 = new SimpleNode('b', a2, null); in testModifyInsertInequivalentNode() local
208 bWithA2); in testModifyInsertInequivalentNode()
210 SimpleNode dWithA2 = new SimpleNode('d', bWithA2, f); in testModifyInsertInequivalentNode()
211 expect(nodeFactory.createNode(same(d), same(bWithA2), same(f))).andReturn( in testModifyInsertInequivalentNode()