com.partnersoft.test
Class AppLauncherTest

java.lang.Object
  extended by com.partnersoft.system.App
      extended by com.partnersoft.test.AppLauncherTest

public class AppLauncherTest
extends App

Tests app launching. Duh.

Author:
Paul Reavis Copyright 2004 Partner Software, Inc.

Constructor Summary
AppLauncherTest()
           
 
Method Summary
 void runImp()
           
 void setOptions(Cog options)
           
 
Methods inherited from class com.partnersoft.system.App
getEnvironment, getName, runApp, setName, shutdownImp, startupImp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AppLauncherTest

public AppLauncherTest()
Method Detail

setOptions

public void setOptions(Cog options)
Overrides:
setOptions in class App

runImp

public void runImp()
            throws java.lang.Exception
Specified by:
runImp in class App
Throws:
java.lang.Exception