planet.test.factory
Class TestEndPointFactory

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

public class TestEndPointFactory
extends GenericApp

Simple test that builds an EndPointFactory and an EndPoint using it.

Author:
Jordi Pujol

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

TestEndPointFactory

public TestEndPointFactory()
                    throws InitializationException
Buils an instance of EndPointFactory and a EndPoint and prints its class.

Method Detail

main

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

Parameters:
args - Waiting nothing.