A B C D E G H I L M N O P R S T U W X

A

ADDRESS_OF_SERVICE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 

B

BPELUnitRunner - Class in net.bpelunit.framework
The BPELUnit Runner lies at the heart of BPELUnit.
BPELUnitRunner() - Constructor for class net.bpelunit.framework.BPELUnitRunner
 

C

CONFIG_ATTRIBUT_NAME - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
CONFIG_ATTRIBUTE_WAIT_TIME - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
CONFIG_ELEMENT_BASIC_ACTIVITIES - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
CONFIG_METRIC_ELEMENT - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
CONFIG_PROPERTY_ELEMENT - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
configureCoverageTool() - Method in class net.bpelunit.framework.BPELUnitRunner
Called by initialize() to configure the measurement of coverage.
configureDeployers() - Method in class net.bpelunit.framework.BPELUnitRunner
Called by initialize() to configure the deployers
configureExtensions() - Method in class net.bpelunit.framework.BPELUnitRunner
Called by initialize() to configure the extensions
configureInit() - Method in class net.bpelunit.framework.BPELUnitRunner
Called by initialize() before all other configuration methods.
configureLogging() - Method in class net.bpelunit.framework.BPELUnitRunner
Called by initialize() to configure the logging system.
construct(SOAPOperationCallIdentifier, Element) - Method in interface net.bpelunit.framework.control.ext.ISOAPEncoder
Construct a complete SOAP message from the given literal elements children (the element itself is a "dummy header") according to the instructions in the WSDL binding operation defined in the operation given to either the input, output or fault element.
COVERAGE_SERVICE_WSDL - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
CoverageConstants - Class in net.bpelunit.framework.coverage
 
CoverageConstants() - Constructor for class net.bpelunit.framework.coverage.CoverageConstants
 
CoverageMeasurementTool - Class in net.bpelunit.framework.coverage
Die Klasse bietet die Methode zum Einbinden des Coveragetools an.
CoverageMeasurementTool() - Constructor for class net.bpelunit.framework.coverage.CoverageMeasurementTool
 
COVERAGETOOL_NAMESPACE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
createNewDeployer(String) - Method in class net.bpelunit.framework.BPELUnitRunner
Creates a new deployer instance for the given deployer type
createNewHeaderProcessor(String) - Method in class net.bpelunit.framework.BPELUnitRunner
Creates a new header processor instance for the given name
createNewSOAPEncoder(String) - Method in class net.bpelunit.framework.BPELUnitRunner
Creates a new SOAP encoder for the given style and encoding

D

deconstruct(SOAPOperationCallIdentifier, SOAPMessage) - Method in interface net.bpelunit.framework.control.ext.ISOAPEncoder
Deconstructs a complete SOAP message into literal elements according to the instruction in the WSDL binding operation given.
DEFAULT_WAITTIME - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
deploy(String, ProcessUnderTest) - Method in interface net.bpelunit.framework.control.ext.IBPELDeployer
Deploy the PUT.
DeploymentOption - Class in net.bpelunit.framework.control.ext
An option for a certain deployer.
DeploymentOption(String, String) - Constructor for class net.bpelunit.framework.control.ext.DeploymentOption
 

E

EXPRESSION_LANGUAGE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 

G

getCoverageMeasurmentTool() - Static method in class net.bpelunit.framework.BPELUnitRunner
 
getEncodingStyle() - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
 
getInfo() - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
 
getKey() - Method in class net.bpelunit.framework.control.ext.DeploymentOption
 
getSoapMessage() - Method in class net.bpelunit.framework.control.ext.SendPackage
Returns the outgoing SOAP Message.
getStatistics() - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
Generiert Statistiken (nach dem Testlauf) für alle BPEL-Dateien, die im Archive sind.
getString() - Method in class net.bpelunit.framework.Test
 
getTargetURL() - Method in class net.bpelunit.framework.control.ext.SendPackage
Returns the current target URL
getTimeout() - Static method in class net.bpelunit.framework.BPELUnitRunner
Returns the configured timeout
getValue() - Method in class net.bpelunit.framework.control.ext.DeploymentOption
 
GLOBAL_TIMEOUT - Static variable in class net.bpelunit.framework.BPELUnitRunner
 

H

HALT_ON_ERROR - Static variable in class net.bpelunit.framework.BPELUnitRunner
 
HALT_ON_FAILURE - Static variable in class net.bpelunit.framework.BPELUnitRunner
 

I

IBPELDeployer - Interface in net.bpelunit.framework.control.ext
The IBPELDeployer interface represents a BPEL Deployer, i.e. an entity which is responsible for deploying a given BPEL process into an engine, and also for undeploying it.
IHeaderProcessor - Interface in net.bpelunit.framework.control.ext
The IHeaderProcessor interface represents a SOAP Header Processor and is intended to be implemented by concrete processors which, in turn, implement header protocols like WSA Adressing.
initialize(Map<String, String>) - Method in class net.bpelunit.framework.BPELUnitRunner
Initializes BPELUnit.
isHaltOnError() - Static method in class net.bpelunit.framework.BPELUnitRunner
Returns whether BPELUnit halts on error
isHaltOnFailure() - Static method in class net.bpelunit.framework.BPELUnitRunner
Returns whether BPELUnit halts on failure
ISOAPEncoder - Interface in net.bpelunit.framework.control.ext
The ISOAPEncoder interface represents a SOAP Encoder, and is intended to be implemented by providers of concrete style and encoding targets, like, for example, "document/literal".
isSkipUnknownExtensions() - Static method in class net.bpelunit.framework.BPELUnitRunner
Returns whether unknown extensions should be skipped
ITestResultListener - Interface in net.bpelunit.framework.control.result
The test result listener interface is intended to be implemented by BPELUnit clients who wish to be informed about the test progress.

L

loadTestSuite(File) - Method in class net.bpelunit.framework.BPELUnitRunner
Main entry point into the BPELUnit testing functionality.
loadTestSuite(File) - Method in class net.bpelunit.framework.SpecificationLoader
 

M

MEASURE_COVERAGE - Static variable in class net.bpelunit.framework.BPELUnitRunner
 
measureTestCoverage() - Static method in class net.bpelunit.framework.BPELUnitRunner
 
MESSAGETYPE_OF_REGISTER_MESSAGE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
MESSAGETYPE_OF_REPORTING_MESSAGE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 

N

NAMESPACE_CONFIGURATION - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 

O

net.bpelunit.framework - package net.bpelunit.framework
 
net.bpelunit.framework.control.ext - package net.bpelunit.framework.control.ext
 
net.bpelunit.framework.control.result - package net.bpelunit.framework.control.result
 
net.bpelunit.framework.coverage - package net.bpelunit.framework.coverage
 

P

PART_OF_REPORTING_MESSAGE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
PARTNER_ROLE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
PARTNERLINK_NAME - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
PARTNERLINK_NAMESPACE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
PORT_OF_SERVICE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
PREFIX_COPY_OF_ARCHIVEFILE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
prepareArchiveForCoverageMeasurement(String, String, IBPELDeployer) - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
Prepariert das Deploymentarchive für die Messung der Abdeckung beim Testen des BPEL-Prozesses.
processReceive(ActivityContext, SOAPMessage) - Method in interface net.bpelunit.framework.control.ext.IHeaderProcessor
Process a SOAP Message which has been received from a web service.
processSend(ActivityContext, SendPackage) - Method in interface net.bpelunit.framework.control.ext.IHeaderProcessor
Process a SOAP Message which is intended to be sent to a web service.
progress(ITestArtefact) - Method in interface net.bpelunit.framework.control.result.ITestResultListener
There was progress in a test artefact.
putMessage(String) - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
Empfängt SOAP-Nachrichten mit Coverage Marken während der Testausführung

R

REGISTER_COVERAGE_LABELS_OPERATION - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
REPORT_OPERATION - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
REPORTING_SERVICE_PORT - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
REPORTING_SERVICE_PORTTYPE - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 

S

SendPackage - Class in net.bpelunit.framework.control.ext
The send package exists solely for communication with the header processor, allowing it to retrieve the sending SOAP message for extensions and changing the target URL of this send activity if appropriate.
SendPackage(String, SOAPMessage) - Constructor for class net.bpelunit.framework.control.ext.SendPackage
Creates the send package
SERVICE_CONTEXT - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
SERVICE_NAME - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
SERVICE_PORT - Static variable in class net.bpelunit.framework.coverage.CoverageConstants
 
setConfig(Map<String, List<String>>) - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
 
setConfiguration(Map<String, String>) - Method in interface net.bpelunit.framework.control.ext.IBPELDeployer
Adds configuration options for this deployment instance.
setCoverageMeasurmentTool(CoverageMeasurementTool) - Static method in class net.bpelunit.framework.BPELUnitRunner
 
setCurrentTestCase(String) - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
Setzt den Testfall, der gerade ausgeführt wird.
setErrorStatus(String) - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
 
setFailureStatus(String) - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
 
setPathToWSDL(String) - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
 
setProperty(String, String) - Method in interface net.bpelunit.framework.control.ext.IHeaderProcessor
Sets a property given by the tester in the test specification.
setSOAPEncoder(ISOAPEncoder) - Method in class net.bpelunit.framework.coverage.CoverageMeasurementTool
 
setTargetURL(String) - Method in class net.bpelunit.framework.control.ext.SendPackage
Sets the current target URL
SKIP_UNKNOWN_EXTENSIONS - Static variable in class net.bpelunit.framework.BPELUnitRunner
 
SpecificationLoader - Class in net.bpelunit.framework
The specificaton loader reads test suite documents and creates the in-memory test run data structure, which is made ready for test execution.
SpecificationLoader(BPELUnitRunner) - Constructor for class net.bpelunit.framework.SpecificationLoader
 

T

Test - Class in net.bpelunit.framework
 
Test() - Constructor for class net.bpelunit.framework.Test
 
testCaseEnded(TestCase) - Method in interface net.bpelunit.framework.control.result.ITestResultListener
A test case ended.
testCaseStarted(TestCase) - Method in interface net.bpelunit.framework.control.result.ITestResultListener
A test case started.

U

undeploy(String, ProcessUnderTest) - Method in interface net.bpelunit.framework.control.ext.IBPELDeployer
Undeploy the PUT.

W

writeXML(OutputStream, TestSuite) - Static method in class net.bpelunit.framework.control.result.XMLResultProducer
Writes a complete trace of a test suite to the output stream in form of an XML document.

X

XMLResultProducer - Class in net.bpelunit.framework.control.result
Producer for the resulting XML of a test run.
XMLResultProducer() - Constructor for class net.bpelunit.framework.control.result.XMLResultProducer
 

A B C D E G H I L M N O P R S T U W X