License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.bpelunit |
ArtifactId | ArtifactIddeployer-activevos9 |
Last Version | Last Version1.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBPELUnit :: ActiveVOS 9 Deployer
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 OrganizationLeibniz Universität Hannover |
Filename | Size |
---|---|
deployer-activevos9-1.6.1.pom | |
deployer-activevos9-1.6.1.jar | 91 KB |
deployer-activevos9-1.6.1-sources.jar | 81 KB |
deployer-activevos9-1.6.1-javadoc.jar | 505 KB |
deployer-activevos9-1.6.1-bundle.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bpelunit/deployer-activevos9/ -->
<dependency>
<groupId>net.bpelunit</groupId>
<artifactId>deployer-activevos9</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.bpelunit/deployer-activevos9/
implementation 'net.bpelunit:deployer-activevos9:1.6.1'
// https://jarcasting.com/artifacts/net.bpelunit/deployer-activevos9/
implementation ("net.bpelunit:deployer-activevos9:1.6.1")
'net.bpelunit:deployer-activevos9:jar:1.6.1'
<dependency org="net.bpelunit" name="deployer-activevos9" rev="1.6.1">
<artifact name="deployer-activevos9" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bpelunit', module='deployer-activevos9', version='1.6.1')
)
libraryDependencies += "net.bpelunit" % "deployer-activevos9" % "1.6.1"
[net.bpelunit/deployer-activevos9 "1.6.1"]
Group / Artifact | Type | Version |
---|---|---|
net.bpelunit : framework | jar | 1.6.1 |
net.bpelunit : util | jar | 1.6.1 |
net.bpelunit : model-bpel | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |