planet.test.factory
Class TestNodeHandleFactory

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

public class TestNodeHandleFactory
extends GenericApp

Simple test that builds a NodeHandleFactory and a NodeHandle using it.

Author:
Jordi Pujol

Constructor Summary
TestNodeHandleFactory()
          Buils an instance of NodeHandleFactory and a NodeHandle and prints its class.
 
Method Summary
static void main(java.lang.String[] args)
          Test the NodeHandleFactoryImpl.
 
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

TestNodeHandleFactory

public TestNodeHandleFactory()
                      throws InitializationException
Buils an instance of NodeHandleFactory and a NodeHandle and prints its class.

Method Detail

main

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

Parameters:
args - Waiting nothing.