org.mars_sim.msp.simulation
Class AllJUnitTests

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

public class AllJUnitTests
extends junit.framework.TestCase

JUnit test suite


Constructor Summary
AllJUnitTests()
           
 
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 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

AllJUnitTests

public AllJUnitTests()
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.