org.mars_sim.msp.simulation.person.ai.task
Class LoadVehicleTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.mars_sim.msp.simulation.person.ai.task.LoadVehicleTest
All Implemented Interfaces:
junit.framework.Test

public class LoadVehicleTest
extends junit.framework.TestCase


Constructor Summary
LoadVehicleTest()
           
 
Method Summary
 void testHasEnoughSuppliesGood()
           
 void testHasEnoughSuppliesNoAmountResources()
           
 void testHasEnoughSuppliesNoEquipment()
           
 void testHasEnoughSuppliesNoItemResources()
           
 void testIsFullyLoadedGood()
           
 void testIsFullyLoadedNoAmountResources()
           
 void testIsFullyLoadedNoEquipment()
           
 void testIsFullyLoadedNoItemResources()
           
 void testLoadingPhase()
           
 
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

LoadVehicleTest

public LoadVehicleTest()
Method Detail

testLoadingPhase

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

testHasEnoughSuppliesGood

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

testHasEnoughSuppliesNoAmountResources

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

testHasEnoughSuppliesNoItemResources

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

testHasEnoughSuppliesNoEquipment

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

testIsFullyLoadedGood

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

testIsFullyLoadedNoAmountResources

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

testIsFullyLoadedNoItemResources

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

testIsFullyLoadedNoEquipment

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