Home | History | Annotate | Download | only in helpers

Lines Matching refs:ai

45         AttributeListImpl ai = new AttributeListImpl(empty);
46 assertEquals(0, ai.getLength());
49 ai = new AttributeListImpl(multi);
50 assertEquals(3, ai.getLength());
54 ai = new AttributeListImpl(null);
55 assertEquals(0, ai.getLength());
134 AttributeListImpl ai = new AttributeListImpl(empty);
135 assertEquals(0, ai.getLength());
137 ai = new AttributeListImpl(multi);
138 assertEquals(3, ai.getLength());
141 ai.removeAttribute(ai.getName(i));
142 assertEquals(i, ai.getLength());