//------------------------------------------------------------------------- /** * This test case class contains all of the tests for the Palette class. * * @author Stephen Edwards * @version Feb 22, 2013 */ public class PaletteTest extends junit.framework.TestCase { //~ Instance/static variables ............................................. //~ Methods ............................................................... // ---------------------------------------------------------- /** * Sets up the test fixture. * Called before every test case method. */ protected void setUp() { // Insert any setup code you need here } /*# Insert your test cases here */ }