package eu.dnetlib.test; 

import org.springframework.test.context.ContextConfiguration;

/**
 * Extend this test unit class in order to run the test case inside the dnet container.
 * 
 * This is used when writing client unit tests.
 * 
 * @author marko
 * 
 */
@ContextConfiguration(locations = { "/eu/dnetlib/test/localLocators.xml", "/eu/dnetlib/test/containerManager.xml" })
public class AbstractIntegrationContainerTest { 

}
