wt.tools.resource
Class Test

java.lang.Object
  extended bywt.tools.resource.Test
All Implemented Interfaces:
ExecutableApp

public class Test
extends Object
implements ExecutableApp


Constructor Summary
Test()
           
 
Method Summary
 void execute(String step)
           
 void execute(String[] args)
          

Supported API: false
 void test1()
           
 void test2()
           
 void test3()
           
protected  void writeResourceInfos(ResourceInfo resourceInfo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

execute

public void execute(String[] args)
             throws WTException
Description copied from interface: ExecutableApp


Supported API: false

Specified by:
execute in interface ExecutableApp
Parameters:
args -
Throws:
WTException

execute

public void execute(String step)
             throws WTException
Throws:
WTException

test1

public void test1()
           throws WTException,
                  WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException

test2

public void test2()
           throws WTException,
                  WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException

test3

public void test3()
           throws WTException,
                  WTPropertyVetoException
Throws:
WTException
WTPropertyVetoException

writeResourceInfos

protected void writeResourceInfos(ResourceInfo resourceInfo)
                           throws WTException
Throws:
WTException