BPELUnit

BPEL has become the defacto standard language for composing Web services. However, as every other programming language developers can introduce defects into the code that can lead to undesired consequences when the software is rolled out at the client-side. Therefore, all software development methodologies include testing as one of the important activities. For nearly every programming language, a unit testing framework exists, for example JUnit for Java. These testing frameworks allow developers to easily test small chunks of the code that they have written. Until recently, BPEL lacked such support. However, BPELUnit was developed for closing this gap.

License

License

Categories

Categories

Net
GroupId

GroupId

net.bpelunit
ArtifactId

ArtifactId

bpelunit
Last Version

Last Version

1.6.1
Release Date

Release Date

Type

Type

pom
Description

Description

BPELUnit
BPEL has become the defacto standard language for composing Web services. However, as every other programming language developers can introduce defects into the code that can lead to undesired consequences when the software is rolled out at the client-side. Therefore, all software development methodologies include testing as one of the important activities. For nearly every programming language, a unit testing framework exists, for example JUnit for Java. These testing frameworks allow developers to easily test small chunks of the code that they have written. Until recently, BPEL lacked such support. However, BPELUnit was developed for closing this gap.
Project URL

Project URL

http://www.bpelunit.net/
Project Organization

Project Organization

Leibniz Universität Hannover

Download bpelunit

Filename Size
bpelunit-1.6.1.pom 16 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/net.bpelunit/bpelunit/ -->
<dependency>
    <groupId>net.bpelunit</groupId>
    <artifactId>bpelunit</artifactId>
    <version>1.6.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.bpelunit/bpelunit/
implementation 'net.bpelunit:bpelunit:1.6.1'
// https://jarcasting.com/artifacts/net.bpelunit/bpelunit/
implementation ("net.bpelunit:bpelunit:1.6.1")
'net.bpelunit:bpelunit:pom:1.6.1'
<dependency org="net.bpelunit" name="bpelunit" rev="1.6.1">
  <artifact name="bpelunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.bpelunit', module='bpelunit', version='1.6.1')
)
libraryDependencies += "net.bpelunit" % "bpelunit" % "1.6.1"
[net.bpelunit/bpelunit "1.6.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • net.bpelunit.model.bpel
  • net.bpelunit.framework
  • net.bpelunit.framework.client.ant
  • net.bpelunit.framework.client.command
  • net.bpelunit.framework.client.maven
  • net.bpelunit.framework.control.datasource.csv
  • net.bpelunit.framework.control.datasource.excel
  • net.bpelunit.framework.control.datasource.html
  • net.bpelunit.framework.control.datasource.ods
  • net.bpelunit.framework.control.deploy.activevos9
  • net.bpelunit.util
  • net.bpelunit.utils.bptstool
  • net.bpelunit.utils.datasourceinliner
  • net.bpelunit.utils.testdataexternalizer
  • net.bpelunit.utils.testsuitesplitter
  • net.bpelunit.utils.testsuitestats

Versions

Version
1.6.1
1.6.0
1.5.0