Last Version

Apache Sling Sample Integration Tests 1.0.6

Sample project that demonstrates the various tools and techniques available to test Sling applications: plain build-time JUnit tests, HTTP-based integration tests, server-side JUnit tests injected via bundles and server-side scriptable tests.

License

License

GroupId

GroupId

org.apache.sling
ArtifactId

ArtifactId

org.apache.sling.testing.samples.integrationtests
Version

Version

1.0.6
Type

Type

jar
Description

Description

Apache Sling Sample Integration Tests
Sample project that demonstrates the various tools and techniques available to test Sling applications: plain build-time JUnit tests, HTTP-based integration tests, server-side JUnit tests injected via bundles and server-side scriptable tests.
Project Organization

Project Organization

The Apache Software Foundation

Download org.apache.sling.testing.samples.integrationtests 1.0.6


<!-- https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.samples.integrationtests/ -->
<dependency>
    <groupId>org.apache.sling</groupId>
    <artifactId>org.apache.sling.testing.samples.integrationtests</artifactId>
    <version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.samples.integrationtests/
implementation 'org.apache.sling:org.apache.sling.testing.samples.integrationtests:1.0.6'
// https://jarcasting.com/artifacts/org.apache.sling/org.apache.sling.testing.samples.integrationtests/
implementation ("org.apache.sling:org.apache.sling.testing.samples.integrationtests:1.0.6")
'org.apache.sling:org.apache.sling.testing.samples.integrationtests:jar:1.0.6'
<dependency org="org.apache.sling" name="org.apache.sling.testing.samples.integrationtests" rev="1.0.6">
  <artifact name="org.apache.sling.testing.samples.integrationtests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sling', module='org.apache.sling.testing.samples.integrationtests', version='1.0.6')
)
libraryDependencies += "org.apache.sling" % "org.apache.sling.testing.samples.integrationtests" % "1.0.6"
[org.apache.sling/org.apache.sling.testing.samples.integrationtests "1.0.6"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.sling : org.apache.sling.commons.json jar 2.0.6
org.apache.sling : org.apache.sling.launchpad jar 6

provided (7)

Group / Artifact Type Version
org.apache.sling : org.apache.sling.junit.core jar 1.0.6
org.apache.sling : org.apache.sling.junit.scriptable jar 1.0.6
org.apache.sling : org.apache.sling.testing.samples.sampletests jar 1.0.6
org.apache.sling : org.apache.sling.testing.samples.failingtests jar 1.0.6
org.apache.sling : org.apache.sling.junit.remote jar 1.0.6
org.apache.sling : org.apache.sling.testing.tools jar 1.0.2
org.slf4j : slf4j-api jar 1.5.11

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.5.11
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.