Home | History | Annotate | Download | only in filter

Lines Matching defs:empty

45 		assertLine("test.close", ICounter.EMPTY);
63 assertLine("test2.close", ICounter.EMPTY);
89 assertLine("returnInBody.close", ICounter.EMPTY);
92 assertLine("returnInBody.close", ICounter.EMPTY);
122 assertLine("nested.close3", ICounter.EMPTY);
123 assertLine("nested.close2", ICounter.EMPTY);
124 assertLine("nested.close1", ICounter.EMPTY);
137 assertLine("returnInCatch.close", ICounter.EMPTY);
139 assertLine("returnInCatch.try2", ICounter.EMPTY);
153 assertLine("handwritten", /* partly when ECJ: */ICounter.EMPTY);
158 * {@link TryWithResources#empty()}
161 public void empty() {
162 assertLine("empty.try", ICounter.FULLY_COVERED, 0, 0);
163 assertLine("empty.open", ICounter.FULLY_COVERED);
164 // empty when EJC:
168 assertLine("empty.close", ICounter.FULLY_COVERED, 0, 0);
171 assertLine("empty.close", ICounter.PARTLY_COVERED);