return new ArrayList<String>(Arrays.asList(new String [] {"classpath:applicationContext.xml"}));
}
public void setUpSpring() {
applicationContext = SpringTestingUtility.getContext( null, getConfigLocations(), contexts, false, getModuleName() );
crankMockObjects = new CrankMockObjects();
try {
crankMockObjects.setUp();
} catch (Exception ex) {
throw new RuntimeException(ex);
}