net.bpelunit.utils.datasourceinliner
Class DummyRunner
java.lang.Object
net.bpelunit.framework.BPELUnitRunner
net.bpelunit.framework.base.BPELUnitBaseRunner
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
| 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 |
DummyRunner
public DummyRunner()
throws ConfigurationException
- Throws:
ConfigurationException
DummyRunner
public DummyRunner(String homeDirectory)
throws ConfigurationException
- Throws:
ConfigurationException
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.