Last Version

BPELUnit :: CSV Data Source 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

Data Net CSV Data Formats
GroupId

GroupId

net.bpelunit
ArtifactId

ArtifactId

datasource-csv
Version

Version

1.6.1
Type

Type

jar
Description

Description

BPELUnit :: CSV Data Source
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 datasource-csv 1.6.1


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

Dependencies

compile (1)

Group / Artifact Type Version
net.bpelunit : framework jar 1.6.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.