planet.test.factory
Class TestIdFactory

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

public class TestIdFactory
extends GenericApp

Simple test that builds an IdFactory and an Id using it.

Author:
Jordi Pujol

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

TestIdFactory

public TestIdFactory()
              throws InitializationException
Buils an instance of IdFactory and a Id and prints its class.

Method Detail

main

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

Parameters:
args - Waiting nothing.