planet.test.factory
Class TestNodeFactory

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

public class TestNodeFactory
extends GenericApp

Simple test that builds a NodeFactory and a Node using it.

Author:
Jordi Pujol

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

Constructor Detail

TestNodeFactory

public TestNodeFactory()
                throws InitializationException
Buils an instance of NodeFactory and a Node and prints its class.

Method Detail

main

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

Parameters:
args - Waiting nothing.