| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группа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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикLeibniz Universität Hannover |
| Имя Файла | Размер |
|---|---|
| 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"]