source.ucregents.playground.test
Class MovingEntityTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by source.ucregents.playground.test.MovingEntityTest
All Implemented Interfaces:
junit.framework.Test

public class MovingEntityTest
extends junit.framework.TestCase


Constructor Summary
MovingEntityTest(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testgetCurrentVelocity()
           
 void testgetULPoint()
          Test of add method, of class teamname.projectname.physics.BasicEntity
 void testMoveCurrentVelocity()
           
 void testMoveVector()
           
 
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

MovingEntityTest

public MovingEntityTest(java.lang.String testName)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

testgetCurrentVelocity

public void testgetCurrentVelocity()

testgetULPoint

public void testgetULPoint()
Test of add method, of class teamname.projectname.physics.BasicEntity


testMoveCurrentVelocity

public void testMoveCurrentVelocity()

testMoveVector

public void testMoveVector()