/** * */ package init; import static org.junit.Assert.*; import MathematicalProgramming.Math_Graph; import org.junit.Before; import org.junit.Test; /** * @author syombua */ public class Math_GraphTest { /** * @throws java.lang.Exception */ @Before public void setUp() throws Exception { } /** * Test method for {@link MathematicalProgramming.Math_Graph#Math_Graph(java.util.List)}. */ @Test public void testMath_Graph() { fail("Not yet implemented"); } /** * Test method for {@link MathematicalProgramming.Math_Graph#setScores(java.util.List)}. */ @Test public void testSetScores() { fail("Not yet implemented"); } /** * Test method for {@link MathematicalProgramming.Math_Graph#getScores()}. */ @Test public void testGetScores() { fail("Not yet implemented"); } /** * Test method for {@link javax.swing.JComponent#disable()}. */ @Test public void testDisable() { fail("Not yet implemented"); } /** * Test method for {@link javax.swing.JComponent#isDoubleBuffered()}. */ @Test public void testIsDoubleBuffered() { fail("Not yet implemented"); } /** * Test method for {@link javax.swing.JComponent#setVisible(boolean)}. */ @Test public void testSetVisible() { fail("Not yet implemented"); } /** * Test method for {@link javax.swing.JComponent#hide()}. */ @Test public void testHide() { fail("Not yet implemented"); } /** * Test method for {@link javax.swing.JComponent#getX()}. */ @Test public void testGetX() { fail("Not yet implemented"); } /** * Test method for {@link javax.swing.JComponent#getY()}. */ @Test public void testGetY() { fail("Not yet implemented"); } }