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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.bpelunit
Идентификатор

Идентификатор

bpelunit
Последняя версия

Последняя версия

1.6.1
Дата

Дата

Тип

Тип

pom
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://www.bpelunit.net/
Организация-разработчик

Организация-разработчик

Leibniz Universität Hannover

Скачать bpelunit

Имя Файла Размер
bpelunit-1.6.1.pom 16 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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

Версии библиотеки

Версия
1.6.1
1.6.0
1.5.0