org.opennms.test.mock
Class EasyMockUtils

java.lang.Object
  extended by org.opennms.test.mock.EasyMockUtils

public class EasyMockUtils
extends Object

Utilities to support EasyMocking.


Constructor Summary
EasyMockUtils()
           
 
Method Summary
<T> T
createMock(Class<T> clazz)
           
 void replayAll()
           
 void verifyAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasyMockUtils

public EasyMockUtils()
Method Detail

createMock

public <T> T createMock(Class<T> clazz)

replayAll

public void replayAll()

verifyAll

public void verifyAll()


Copyright © 2009. All Rights Reserved.