License |
License |
---|---|
Categories |
CategoriesJBoss Container Application Servers |
GroupId | GroupIdorg.jboss.pnc |
ArtifactId | ArtifactIdintegration-test |
Last Version | Last Version2.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTests 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.
|
Filename | Size |
---|---|
integration-test-2.3.1.pom | |
integration-test-2.3.1.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jboss.pnc/integration-test/ -->
<dependency>
<groupId>org.jboss.pnc</groupId>
<artifactId>integration-test</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.pnc/integration-test/
implementation 'org.jboss.pnc:integration-test:2.3.1'
// https://jarcasting.com/artifacts/org.jboss.pnc/integration-test/
implementation ("org.jboss.pnc:integration-test:2.3.1")
'org.jboss.pnc:integration-test:jar:2.3.1'
<dependency org="org.jboss.pnc" name="integration-test" rev="2.3.1">
<artifact name="integration-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.pnc', module='integration-test', version='2.3.1')
)
libraryDependencies += "org.jboss.pnc" % "integration-test" % "2.3.1"
[org.jboss.pnc/integration-test "2.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jboss.pnc : rest-client | jar | 2.3.1 |
jakarta.persistence : jakarta.persistence-api | jar | |
org.jboss.arquillian.junit : arquillian-junit-container | jar | |
org.jboss.arquillian.extension : arquillian-transaction-jta | jar | |
org.jboss.spec.javax.websocket : jboss-websocket-api_1.1_spec | jar | |
org.jboss.shrinkwrap : shrinkwrap-api | jar | |
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-impl-maven | jar | |
org.jboss : jboss-common-core | jar | 2.5.0.Final |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-core | jar | |
org.jboss : jboss-transaction-spi | jar | |
org.projectlombok : lombok | jar | 1.18.22 |
org.slf4j : slf4j-api | jar | ${version.org.slf4j} |