test.edu.uci.ics.jung.utils
Class CoordinateUtilsTest

java.lang.Object
  extended by TestCase
      extended by test.edu.uci.ics.jung.utils.CoordinateUtilsTest

public class CoordinateUtilsTest
extends TestCase

Author:
Joshua O'Madadhain

Field Summary
protected  Rectangle2D bounds
           
protected  Coordinates d1
           
protected  Coordinates d2
           
protected  Coordinates s1
           
protected  Coordinates s2
           
 
Constructor Summary
CoordinateUtilsTest()
           
 
Method Summary
protected  void setUp()
           
 void testGetIntersections()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s1

protected Coordinates s1

s2

protected Coordinates s2

d1

protected Coordinates d1

d2

protected Coordinates d2

bounds

protected Rectangle2D bounds
Constructor Detail

CoordinateUtilsTest

public CoordinateUtilsTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testGetIntersections

public void testGetIntersections()