org.shapelogic.polygon
Class VectorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.shapelogic.polygon.VectorTest
All Implemented Interfaces:
junit.framework.Test

public class VectorTest
extends junit.framework.TestCase

Author:
Sami Badawi

Constructor Summary
VectorTest()
           
 
Method Summary
 void testComparable()
           
 void testCompare()
           
 void testEquals()
           
 void testHashcode()
           
 void testSort()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VectorTest

public VectorTest()
Method Detail

testEquals

public void testEquals()
                throws java.lang.Exception
Throws:
java.lang.Exception

testSort

public void testSort()
              throws java.lang.Exception
Throws:
java.lang.Exception

testHashcode

public void testHashcode()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testCompare

public void testCompare()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testComparable

public void testComparable()
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2009. All Rights Reserved.