import org.mule.tck.junit4.FunctionalTestCase; public class MyMuleTest extends FunctionalTestCase { @Override protected String getConfigFile() { } @Test public void testMyComponent() throws Exception { } }