objectdraw
Class TestableWindowControllerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by junit.extensions.abbot.ResolverFixture
              extended by junit.extensions.abbot.ComponentTestFixture
                  extended by objectdraw.TestableWindowControllerTest
All Implemented Interfaces:
junit.framework.Test

public class TestableWindowControllerTest
extends ComponentTestFixture

Test cases for TestableWindowController

Version:
June 5, 2006
Author:
Roy Patrick Tan

Nested Class Summary
 
Nested classes/interfaces inherited from class junit.extensions.abbot.ComponentTestFixture
ComponentTestFixture.EventDispatchException
 
Field Summary
 
Fields inherited from class junit.extensions.abbot.ComponentTestFixture
EVENT_GENERATION_DELAY, POPUP_DELAY, WINDOW_DELAY
 
Constructor Summary
TestableWindowControllerTest()
          Creates a new TestableWindowControllerTest test object.
 
Method Summary
 void testEmptyCanvas()
           
 void testLine()
           
 void testMouseMove()
           
 void testRectangle()
           
 
Methods inherited from class junit.extensions.abbot.ComponentTestFixture
runBare
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestableWindowControllerTest

public TestableWindowControllerTest()
Creates a new TestableWindowControllerTest test object.

Method Detail

testEmptyCanvas

public void testEmptyCanvas()

testLine

public void testLine()

testMouseMove

public void testMouseMove()

testRectangle

public void testRectangle()