|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
jasi.unittest.sim.BasicTestCase
jasi.unittest.sim.airtraffic.BasicTestCaseAirtraffic
public class BasicTestCaseAirtraffic
The application for the air traffic model.
Constructor Summary | |
---|---|
BasicTestCaseAirtraffic()
|
Method Summary | |
---|---|
protected void |
createArchive(Simulation sim)
Create the simulation's archive. |
protected void |
printSimulation(Simulation sim,
java.lang.String topic)
Print the state of the simulation. |
protected void |
runSimulation(Simulation sim,
Time end,
double speed)
Run the simulation with a given speed and end time. |
Methods inherited from class jasi.unittest.sim.BasicTestCase |
---|
writeAndReadXML, writeAndReadXML |
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 |
---|
public BasicTestCaseAirtraffic()
Method Detail |
---|
protected final void createArchive(Simulation sim)
sim
- The simulationprotected final void printSimulation(Simulation sim, java.lang.String topic)
sim
- The simulationtopic
- The topic.protected final void runSimulation(Simulation sim, Time end, double speed)
sim
- The simulationend
- The end time of the simulation.speed
- The speed of the simulation.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |