diva.sketch.test
Class JSketchSuite

java.lang.Object
  extended by diva.util.jester.TestSuite
      extended by diva.sketch.test.JSketchSuite

public class JSketchSuite
extends TestSuite

Suite of tests for the sketch demo.

Version:
$Revision: 1.4 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)

Constructor Summary
JSketchSuite(TestHarness harness)
           
 
Method Summary
 void runSuite()
          Test load & save, and test sketch, save, and load.
 void testDraw()
          Instantiate a JSketch, read mouse events from a file, play the events into the window, and check to make sure that the model has the correct number of strokes.
 void testLoadSave()
           
 void testSaveLoad()
           
 
Methods inherited from class diva.util.jester.TestSuite
getFactory, getTestHarness, run, runAll, runTestCase, setFactory, setTestHarness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSketchSuite

public JSketchSuite(TestHarness harness)
Method Detail

runSuite

public void runSuite()
Test load & save, and test sketch, save, and load.

Specified by:
runSuite in class TestSuite

testLoadSave

public void testLoadSave()

testDraw

public void testDraw()
Instantiate a JSketch, read mouse events from a file, play the events into the window, and check to make sure that the model has the correct number of strokes.


testSaveLoad

public void testSaveLoad()


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.