net.bpelunit.utils.datasourceinliner
Class DummyRunner

java.lang.Object
  extended by net.bpelunit.framework.BPELUnitRunner
      extended by net.bpelunit.framework.base.BPELUnitBaseRunner
          extended by net.bpelunit.utils.datasourceinliner.DummyRunner

public class DummyRunner
extends BPELUnitBaseRunner

Dummy runner which does not set up any kind of logging, and has no special logic. Useful for creating data sources in the inliner. Should NOT be used to run real tests: if you want a Runner for testing purposes, you should use net.bpelunit.test.util.TestTestRunner from the core project, instead.

Author:
Antonio García-Domínguez

Field Summary
 
Fields inherited from class net.bpelunit.framework.base.BPELUnitBaseRunner
BPELUNIT_HOME_ENV, CONFIG_DIR, COVERAGETOOL_CONFIG_FILE_NAME, DEPLOYER_CONFIG_FILE_NAME, EXTENSIONS_FILE_NAME
 
Fields inherited from class net.bpelunit.framework.BPELUnitRunner
CHANGE_ENDPOINTS, GLOBAL_TIMEOUT, HALT_ON_ERROR, HALT_ON_FAILURE, MEASURE_COVERAGE, SKIP_UNKNOWN_EXTENSIONS
 
Constructor Summary
DummyRunner()
           
DummyRunner(String homeDirectory)
           
 
Method Summary
 void configureInit()
           
 void configureLogging()
           
 
Methods inherited from class net.bpelunit.framework.base.BPELUnitBaseRunner
configureCoverageTool, configureDeployers, configureExtensions, createNewDataSource, createNewDeployer, createNewHeaderProcessor, createNewSOAPEncoder, setHomeDirectory
 
Methods inherited from class net.bpelunit.framework.BPELUnitRunner
changeEndpoints, getCoverageMeasurmentTool, getGlobalConfigurationForDeployer, getTimeout, initialize, isHaltOnError, isHaltOnFailure, isSkipUnknownExtensions, loadTestSuite, measureTestCoverage, setCoverageMeasurmentTool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyRunner

public DummyRunner()
            throws ConfigurationException
Throws:
ConfigurationException

DummyRunner

public DummyRunner(String homeDirectory)
            throws ConfigurationException
Throws:
ConfigurationException
Method Detail

configureInit

public void configureInit()
                   throws ConfigurationException
Overrides:
configureInit in class BPELUnitBaseRunner
Throws:
ConfigurationException

configureLogging

public void configureLogging()
                      throws ConfigurationException
Specified by:
configureLogging in class BPELUnitBaseRunner
Throws:
ConfigurationException


Copyright © 2012 Leibniz Universität Hannover. All Rights Reserved.