com.rolemodelsoft.drawlet.basics
Class TC_CanvasTool

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.rolemodelsoft.drawlet.basics.TC_CanvasTool

public class TC_CanvasTool
extends junit.framework.TestCase


Fields inherited from class junit.framework.TestCase
result
 
Constructor Summary
TC_CanvasTool(java.lang.String name)
           
 
Method Summary
 void setUp()
          Sets up the fixture, for example, open a network connection.
 void testMouseReleased()
          Test to make sure that the event is consumed when the mouse is released.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, onAssertion, run, run, runBare, runTest, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail, failNotEquals, failNotSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TC_CanvasTool

public TC_CanvasTool(java.lang.String name)
Parameters:
name - java.lang.String
Method Detail

setUp

public void setUp()
Description copied from class: junit.framework.TestCase
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
Overrides:
setUp in class junit.framework.TestCase

testMouseReleased

public void testMouseReleased()
Test to make sure that the event is consumed when the mouse is released.