OOoRunner test harness

basicrunner
Class BasicHandlerProvider

java.lang.Object
  |
  +--basicrunner.BasicHandlerProvider

public class BasicHandlerProvider
extends Object

This class provides a BasicHandler. All classes for the communication with and handling of the BASIC tests are instantiated and inserted int the MultiServiceFactory of StarOffice.


Constructor Summary
BasicHandlerProvider()
           
 
Method Summary
static void disposeHandler()
          Dispose the BasicHandler
static BasicHandler getHandler(TestParameters tParam, LogWriter log)
          Get a BasicHandler
static boolean isNewConnection()
          Is this a new connection?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicHandlerProvider

public BasicHandlerProvider()
Method Detail

getHandler

public static BasicHandler getHandler(TestParameters tParam,
                                      LogWriter log)
Get a BasicHandler
Parameters:
tParam - Test parameters.
log - A log writer
Returns:
An instance of BasicHandler

isNewConnection

public static boolean isNewConnection()
Is this a new connection?
Returns:
True, if the connection did not exist before.

disposeHandler

public static void disposeHandler()
Dispose the BasicHandler

OOoRunner test harness