org.mars_sim.msp.simulation.vehicle
Class JUnitTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mars_sim.msp.simulation.vehicle.JUnitTests
All Implemented Interfaces:
junit.framework.Test

public class JUnitTests
extends junit.framework.TestCase

JUnit test suite


Constructor Summary
JUnitTests()
          Any initialization necessary for all tests.
 
Method Summary
static void main(java.lang.String[] args)
          Run all JUnit tests.
static junit.framework.Test suite()
          Collection of external test suites to be included in current testing.
 void testLightUtilityVehicle()
           
 void testNothing()
          Every JUnit test suite needs at least one test.This one obviously does nothing.
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUnitTests

public JUnitTests()
Any initialization necessary for all tests.

Method Detail

main

public static void main(java.lang.String[] args)
Run all JUnit tests.


suite

public static junit.framework.Test suite()
Collection of external test suites to be included in current testing.


testNothing

public void testNothing()
Every JUnit test suite needs at least one test.This one obviously does nothing. Any others begining with "test..." will be automatically included as well.


testLightUtilityVehicle

public void testLightUtilityVehicle()