Home | History | Annotate | Download | only in analysis

Lines Matching refs:getLine

32 		assertEquals(LineImpl.EMPTY, node.getLine(123));
39 assertEquals(LineImpl.EMPTY, node.getLine(5));
40 assertEquals(LineImpl.EMPTY, node.getLine(15));
41 assertEquals(LineImpl.EMPTY, node.getLine(25));
48 assertEquals(LineImpl.EMPTY, node.getLine(10));
55 assertEquals(LineImpl.EMPTY, node.getLine(10));
77 assertEquals(CounterImpl.getInstance(1, 1), node.getLine(10)
79 assertEquals(CounterImpl.COUNTER_0_0, node.getLine(11)
81 assertEquals(CounterImpl.getInstance(2, 2), node.getLine(12)
175 .getLine(33).getInstructionCounter());