is not current version
Last Version 2.3.1

org.jboss.pnc:integration-test 1.0.5

Tests for REST endpoints. REST to DB related tests run against im memory database. REST to executor related tests use mocked executor to avoid using remote services.

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.pnc
ArtifactId

ArtifactId

integration-test
Version

Version

1.0.5
Type

Type

jar

Download integration-test 1.0.5


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