planet.test.factory
Class TestNetFactory

java.lang.Object
  extended byplanet.generic.commonapi.GenericApp
      extended byplanet.test.factory.TestNetFactory

public class TestNetFactory
extends GenericApp

Simple test that builds a NetworkFactory and a Network using it.

Author:
Jordi Pujol

Constructor Summary
TestNetFactory()
          Buils an instance of NetworkFactory and a Network and prints its class.
 
Method Summary
static void main(java.lang.String[] args)
          Test the NetworkFactoryImpl.
 
Methods inherited from class planet.generic.commonapi.GenericApp
printNetwork, restart, start, timeElapsedInSeconds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestNetFactory

public TestNetFactory()
               throws InitializationException
Buils an instance of NetworkFactory and a Network and prints its class.

Method Detail

main

public static void main(java.lang.String[] args)
Test the NetworkFactoryImpl.

Parameters:
args - Waiting nothing.