com.rolemodelsoft.drawlet.basics
Class TC_FigureRelativePoint

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

public class TC_FigureRelativePoint
extends junit.framework.TestCase


Field Summary
protected  Figure figure
           
protected  Locator loc1
           
protected  Locator loc2
           
protected  Locator loc3
           
 
Fields inherited from class junit.framework.TestCase
result
 
Constructor Summary
TC_FigureRelativePoint(java.lang.String name)
           
 
Method Summary
 void setUp()
          Sets up the fixture, for example, open a network connection.
 void testDuplicate()
           
 void testDuplicateIn()
           
 void testPostDuplicate()
           
 void testR()
           
 void testTheta()
           
 void testToString()
           
 void testX()
           
 void testY()
           
 
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
 

Field Detail

figure

protected Figure figure

loc1

protected Locator loc1

loc2

protected Locator loc2

loc3

protected Locator loc3
Constructor Detail

TC_FigureRelativePoint

public TC_FigureRelativePoint(java.lang.String name)
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

testDuplicate

public void testDuplicate()

testDuplicateIn

public void testDuplicateIn()

testPostDuplicate

public void testPostDuplicate()

testR

public void testR()

testTheta

public void testTheta()

testToString

public void testToString()

testX

public void testX()

testY

public void testY()