Home | History | Annotate | Download | only in helpers

Lines Matching refs:ai

60         AttributeListImpl ai = new AttributeListImpl(empty);
61 assertEquals(0, ai.getLength());
64 ai = new AttributeListImpl(multi);
65 assertEquals(3, ai.getLength());
69 ai = new AttributeListImpl(null);
70 assertEquals(0, ai.getLength());
174 AttributeListImpl ai = new AttributeListImpl(empty);
175 assertEquals(0, ai.getLength());
177 ai = new AttributeListImpl(multi);
178 assertEquals(3, ai.getLength());
181 ai.removeAttribute(ai.getName(i));
182 assertEquals(i, ai.getLength());