Last Version

BPELUnit :: BPTS Tool 1.6.1

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

net.bpelunit.utils.bptstool
Version

Version

1.6.1
Type

Type

jar
Description

Description

BPELUnit :: BPTS Tool
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 Organization

Project Organization

Leibniz Universität Hannover

Download net.bpelunit.utils.bptstool 1.6.1


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

Dependencies

compile (5)

Group / Artifact Type Version
net.bpelunit : framework jar 1.6.1
net.bpelunit : framework jar 1.6.1
net.bpelunit : model-bpel jar 1.6.1
commons-cli : commons-cli jar 1.2
wsdl4j : wsdl4j jar 1.6.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.