blob: 634d1056024d20568c1729f0b9981fdb74a1fa04 [file] [log] [blame]
package org.apache.taverna.mobile.fragments.workflowdetails;
import junit.framework.TestCase;
public class WorkflowdetailFragmentTest extends TestCase {
public void testOnResume() throws Exception {
}
public void testOnCreateLoader() throws Exception {
}
public void testOnLoadFinished() throws Exception {
}
public void testOnLoaderReset() throws Exception {
}
public void testSetWorkflowDetails() throws Exception {
}
}