com.rolemodelsoft.drawlet.basics
Class TC_PolarCoordinate

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

public class TC_PolarCoordinate
extends junit.framework.TestCase


Fields inherited from class junit.framework.TestCase
result
 
Constructor Summary
TC_PolarCoordinate(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
 

Constructor Detail

TC_PolarCoordinate

public TC_PolarCoordinate(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()