Searched refs:secondB (Results 1 – 2 of 2) sorted by relevance
60 Employee secondB = firstB.next.get(); in testAtomicWithObjectId() local61 assertNotNull(secondB); in testAtomicWithObjectId()62 assertEquals("Bob", secondB.name); in testAtomicWithObjectId()63 assertNotNull(secondB.next.get()); in testAtomicWithObjectId()64 assertSame(firstB, secondB.next.get()); in testAtomicWithObjectId()
14 public void secondB() { in secondB() method in SecondSampleTest