BPELUnit :: ODS 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.

Лицензия

Лицензия

Категории

Категории

Данные Сеть
Группа

Группа

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

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

datasource-ods
Последняя версия

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

1.6.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

BPELUnit :: ODS 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.
Организация-разработчик

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

Leibniz Universität Hannover

Скачать datasource-ods

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
net.bpelunit : framework jar 1.6.1
org.odftoolkit : odfdom-java jar 0.8.6

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.1

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

Данный проект не имеет модулей.

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

Версия
1.6.1
1.6.0
1.5.0