package utilTest;
import static org.junit.Assert.*;
import org.junit.Test;
/**
* Test the process input checker
* @author c12oor
*
*/
public class ProcessTest {
@Test
public void testIsCorrectToProcess() {
// TODO: Check that the JTextfields and JCheckboxes and boolean are in correct state.
fail("Not yet implemented");
}
@Test
public void testIsRatioCorrectToProcess() {
// TODO: Check that the JTextfields and JCheckboxes are in correct state.
fail("Not yet implemented");
}
}