planet.test
Class SimTest

java.lang.Object
  extended byplanet.test.SimTest

public class SimTest
extends java.lang.Object

This test use an event file in the "bin/data" directory, specified into the current configuration. Shows the time elapsed for generating the network and its stabilization.

Author:
Ruben Mondejar, Jordi Pujol

Constructor Summary
SimTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          Initialize the simulator context and run the test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimTest

public SimTest()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Initialize the simulator context and run the test.

Parameters:
args - Nothing.
Throws:
java.lang.Exception