planet.test.factory
Class TestAppFactory

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

public class TestAppFactory
extends GenericApp

Simple test that builds an ApplicationFactory and an Application using it.

Author:
Jordi Pujol

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

TestAppFactory

public TestAppFactory()
               throws InitializationException
Buils an instance of ApplicationFactory and a Application and prints its class.

Method Detail

main

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

Parameters:
args - Waiting nothing.