com.mockobjects.naming.directory
public class MockAttributes extends MockObject implements Attributes
Method Summary | |
---|---|
Object | clone() |
Attribute | get(String aName) |
NamingEnumeration | getAll() |
NamingEnumeration | getIDs() |
boolean | isCaseIgnored() |
Attribute | put(String name, Object object) |
Attribute | put(Attribute attribute) |
Attribute | remove(String attributeName) |
void | setExpectedName(String aName) |
void | setupAddGet(Attribute attribute) |
int | size() |