package eu.dnetlib.enabling.tools;

import org.junit.Before;
import org.junit.runner.RunWith;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;

import eu.dnetlib.test.AbstractIntegrationContainerTest;

/**
 * Test the DynamicServiceEnumerator.
 * @author marko
 *
 */
@RunWith(SpringJUnit4ClassRunner.class)
public class DynamicServiceEnumeratorTest extends AbstractIntegrationContainerTest {

//	@Resource
//	ServiceEnumerator<>

	/**
	 * Prepare for tests.
	 *
	 * @throws Exception could happen
	 */
	@Before
	public void setUp() throws Exception {
	}

}
