Last Version

Limbus Staging 3.0.1

This is a library for integration test development. This library enables Limbus Plugin developers to simulate a Limbus Engine Environment, deploy their Plugin classes and assert their behaviour. The class com.remondis.limbus.launcher.LimbusStaging is the entry point for this library. The features can be used in a fluent builder style.

License

License

GroupId

GroupId

com.remondis.limbus
ArtifactId

ArtifactId

limbus-staging
Version

Version

3.0.1
Type

Type

jar
Description

Description

Limbus Staging
This is a library for integration test development. This library enables Limbus Plugin developers to simulate a Limbus Engine Environment, deploy their Plugin classes and assert their behaviour. The class com.remondis.limbus.launcher.LimbusStaging is the entry point for this library. The features can be used in a fluent builder style.

Download limbus-staging 3.0.1


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

Dependencies

compile (17)

Group / Artifact Type Version
com.remondis.limbus : limbus-engine-interfaces jar 3.0.1
com.remondis.limbus : limbus-utils jar 3.0.1
com.remondis.limbus : limbus-vfs jar 3.0.1
com.remondis.limbus : limbus-system jar 3.0.1
com.remondis.limbus : limbus-launcher jar 3.0.1
org.jboss.shrinkwrap : shrinkwrap-api jar 1.2.6
org.jboss.shrinkwrap : shrinkwrap-spi jar 1.2.6
org.jboss.shrinkwrap : shrinkwrap-impl-base jar 1.2.6
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-api jar 3.0.0-alpha-4
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-spi jar 3.0.0-alpha-4
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-api-maven jar 3.0.0-alpha-4
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-spi-maven jar 3.0.0-alpha-4
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-api-maven-archive jar 3.0.0-alpha-4
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-impl-maven jar 3.0.0-alpha-4
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-impl-maven-archive jar 3.0.0-alpha-4
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-api-maven-embedded jar 3.0.0-alpha-4
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-impl-maven-embedded jar 3.0.0-alpha-4

provided (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 2.0.0-alpha1

test (4)

Group / Artifact Type Version
com.remondis.limbus : limbus-logging-jdk jar 3.0.1
junit : junit jar 4.12
org.assertj : assertj-core jar 3.14.0
org.mockito : mockito-core jar 3.1.0

Project Modules

There are no modules declared in this project.