atunit.core
Interface MockFramework

All Known Implementing Classes:
EasyMockFramework, JMockFramework, NoMockFramework

public interface MockFramework


Method Summary
 Map<Field,Object> getValues(Field[] fields)
           
 

Method Detail

getValues

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