Package com.mockobjects.naming.directory
Class MockAttributes
java.lang.Object
com.mockobjects.MockObject
com.mockobjects.naming.directory.MockAttributes
- All Implemented Interfaces:
Verifiable
,Serializable
,Cloneable
,Attributes
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
getAll()
getIDs()
boolean
void
setExpectedName
(String aName) void
setupAddGet
(Attribute attribute) int
size()
Methods inherited from class com.mockobjects.MockObject
notImplemented, notYetImplemented, verify
-
Constructor Details
-
MockAttributes
public MockAttributes()
-
-
Method Details
-
isCaseIgnored
public boolean isCaseIgnored()- Specified by:
isCaseIgnored
in interfaceAttributes
-
size
public int size()- Specified by:
size
in interfaceAttributes
-
setupAddGet
-
setExpectedName
-
get
- Specified by:
get
in interfaceAttributes
-
getAll
- Specified by:
getAll
in interfaceAttributes
-
getIDs
- Specified by:
getIDs
in interfaceAttributes
-
put
- Specified by:
put
in interfaceAttributes
-
put
- Specified by:
put
in interfaceAttributes
-
remove
- Specified by:
remove
in interfaceAttributes
-
clone
- Specified by:
clone
in interfaceAttributes
-