net.bpelunit.framework.ui.command
Class BPELUnitCommandLineRunner
java.lang.Object
net.bpelunit.framework.BPELUnitRunner
net.bpelunit.framework.base.BPELUnitBaseRunner
net.bpelunit.framework.ui.command.BPELUnitCommandLineRunner
- All Implemented Interfaces:
- ITestResultListener
public class BPELUnitCommandLineRunner
- extends BPELUnitBaseRunner
- implements ITestResultListener
The command line runner for BPELUnit.
This class is intended to be run from the command line. Note that you need to have all libraries,
including those referenced in the extensions.xml extension file, on the class path. You also need
to set the BPELUNIT_HOME environment variable.
Invoke this class from the root directory of your test suite. All relative paths inside the test
suite document will be resolved from the current directory.
- Version:
- $Id$
- Author:
- Philip Mayer
| 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 |
BPELUnitCommandLineRunner
public BPELUnitCommandLineRunner(boolean verbose,
String xmlFileName,
String logFileName,
String covFileName)
main
public static void main(String[] args)
- Main method, to be started by the user.
- Parameters:
args -
testCaseEnded
public void testCaseEnded(TestCase test)
- Specified by:
testCaseEnded in interface ITestResultListener
testCaseStarted
public void testCaseStarted(TestCase test)
- Specified by:
testCaseStarted in interface ITestResultListener
progress
public void progress(ITestArtefact test)
- Specified by:
progress in interface ITestResultListener
configureLogging
public void configureLogging()
throws ConfigurationException
- Specified by:
configureLogging in class BPELUnitBaseRunner
- Throws:
ConfigurationException
Copyright © 2012 Leibniz Universität Hannover. All Rights Reserved.