blob: 8442f8885e93a44bafb75a476f3aea0a0786114a [file] [log] [blame]
package org.apache.taverna.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();
}
}