atunit.core
Class NoMockFramework

java.lang.Object
  extended by atunit.core.NoMockFramework
All Implemented Interfaces:
MockFramework

public class NoMockFramework
extends Object
implements MockFramework


Constructor Summary
NoMockFramework()
           
 
Method Summary
 Map<Field,Object> getValues(Field[] fields)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoMockFramework

public NoMockFramework()
Method Detail

getValues

public Map<Field,Object> getValues(Field[] fields)
                            throws Exception
Specified by:
getValues in interface MockFramework
Parameters:
fields - contains fields which the mock framework may populate.
Throws:
Exception