com.mockobjects.naming.directory

Class MockNamingEnumeration

Implemented Interfaces:
NamingEnumeration, Verifiable

public class MockNamingEnumeration
extends MockObject
implements NamingEnumeration

Method Summary

void
close()
boolean
hasMore()
boolean
hasMoreElements()
Object
next()
Object
nextElement()
void
setupAddSearchResult(Object object)

Methods inherited from class com.mockobjects.MockObject

notImplemented, notYetImplemented, verify

Method Details

close

public void close()
            throws NamingException

hasMore

public boolean hasMore()
            throws NamingException

hasMoreElements

public boolean hasMoreElements()

next

public Object next()
            throws NamingException

nextElement

public Object nextElement()

setupAddSearchResult

public void setupAddSearchResult(Object object)

Copyright © 2002 Mock Objects. All Rights Reserved.