License |
License |
---|---|
GroupId | GroupIdorg.apache.sling |
ArtifactId | ArtifactIdorg.apache.sling.testing.samples.integrationtests |
Last Version | Last Version1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache 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 |
<!-- 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"]
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 |
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 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.5.11 |
junit : junit | jar | 4.8.2 |