com.mockobjects.naming.directory

Class MockAttributes

Implemented Interfaces:
Attributes, Verifiable

public class MockAttributes
extends MockObject
implements Attributes

Method Summary

Object
clone()
Attribute
get(String aName)
NamingEnumeration
getAll()
NamingEnumeration
getIDs()
boolean
isCaseIgnored()
Attribute
put(Attribute attribute)
Attribute
put(String name, Object object)
Attribute
remove(String attributeName)
void
setExpectedName(String aName)
void
setupAddGet(Attribute attribute)
int
size()

Methods inherited from class com.mockobjects.MockObject

notImplemented, notYetImplemented, verify

Method Details

clone

public Object clone()

get

public Attribute get(String aName)

getAll

public NamingEnumeration getAll()

getIDs

public NamingEnumeration getIDs()

isCaseIgnored

public boolean isCaseIgnored()

put

public Attribute put(Attribute attribute)

put

public Attribute put(String name,
                     Object object)

remove

public Attribute remove(String attributeName)

setExpectedName

public void setExpectedName(String aName)

setupAddGet

public void setupAddGet(Attribute attribute)

size

public int size()

Copyright © 2002 Mock Objects. All Rights Reserved.