blob: 2165a671a3dd6f392e3c6e5c2b9b7966c2024a8b [file] [log] [blame]
package net.sf.taverna.t2.workbench.file.importworkflow;
import org.junit.Ignore;
import org.junit.Test;
@Ignore
public class TestTestHelper extends AbstractTestHelper {
@Test
public void checkAbc() throws Exception {
super.checkAbc();
}
@Test
public void checkP() throws Exception {
super.checkP();
}
@Test
public void checkQ() throws Exception {
super.checkQ();
}
}