JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.graph
Class VertexTest

java.lang.Object
  extended byTestCase
      extended bygov.nasa.javaGenes.graph.VertexTest

public class VertexTest
extends TestCase

See Also:
Serialized Form

Constructor Summary
VertexTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
 void testGetAngleBetween()
           
 void testGetDistanceTo()
           
 void testMoveInside()
           
 void testScaleBy()
           
 void testTranslate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VertexTest

public VertexTest(java.lang.String name)
Method Detail

setUp

public void setUp()

testTranslate

public void testTranslate()

testGetDistanceTo

public void testGetDistanceTo()

testGetAngleBetween

public void testGetAngleBetween()

testScaleBy

public void testScaleBy()

testMoveInside

public void testMoveInside()

JavaGenes, NASA Ames. Written largely by Al Globus