You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/03/14 19:12:15 UTC

[sling-site] 02/02: add list of modules using Testing PaxExam

This is an automated email from the ASF dual-hosted git repository.

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git

commit 1092d5e197aee17e24a38b16129d253bfdc0af57
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sat Mar 14 20:11:38 2020 +0100

    add list of modules using Testing PaxExam
---
 .../documentation/development/testing-paxexam.md   | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/src/main/jbake/content/documentation/development/testing-paxexam.md b/src/main/jbake/content/documentation/development/testing-paxexam.md
index e979492..9765e41 100644
--- a/src/main/jbake/content/documentation/development/testing-paxexam.md
+++ b/src/main/jbake/content/documentation/development/testing-paxexam.md
@@ -345,3 +345,35 @@ See Pax Exam's [Logging Configuration](https://ops4j1.jira.com/wiki/spaces/PAXEX
 For [Logback](https://logback.qos.ch) use `SlingOptions#logback()` and add both `exam.properties` and `logback.xml` to `src/test/resources` as described in Pax Exam's [Logging Configuration](https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/pages/54263891/Logging+Configuration).
 
 
+## List of modules using Testing PaxExam
+
+[Testing PaxExam](https://github.com/apache/sling-org-apache-sling-testing-paxexam) is used by several [modules](https://github.com/apache/sling-org-apache-sling-testing-paxexam/network/dependents) for integration tests:
+
+* [org.apache.sling.capabilities](https://github.com/apache/sling-org-apache-sling-capabilities)
+* [org.apache.sling.capabilities.jcr](https://github.com/apache/sling-org-apache-sling-capabilities-jcr)
+* [org.apache.sling.clam](https://github.com/apache/sling-org-apache-sling-clam)
+* [org.apache.sling.commons.clam](https://github.com/apache/sling-org-apache-sling-commons-clam)
+* [org.apache.sling.commons.classloader](https://github.com/apache/sling-org-apache-sling-commons-classloader)
+* [org.apache.sling.commons.contentdetection](https://github.com/apache/sling-org-apache-sling-commons-contentdetection)
+* [org.apache.sling.commons.crypto](https://github.com/apache/sling-org-apache-sling-commons-crypto)
+* [org.apache.sling.commons.html](https://github.com/apache/sling-org-apache-sling-commons-html)
+* [org.apache.sling.commons.jcr.file](https://github.com/apache/sling-org-apache-sling-commons-jcr-file)
+* [org.apache.sling.commons.messaging.mail](https://github.com/apache/sling-org-apache-sling-commons-messaging-mail)
+* [org.apache.sling.commons.metrics](https://github.com/apache/sling-org-apache-sling-commons-metrics)
+* [org.apache.sling.distribution.core](https://github.com/apache/sling-org-apache-sling-distribution-core)
+* [org.apache.sling.distribution.journal.it](https://github.com/apache/sling-org-apache-sling-distribution-journal-it)
+* [org.apache.sling.i18n](https://github.com/apache/sling-org-apache-sling-i18n)
+* [org.apache.sling.jcr.contentloader](https://github.com/apache/sling-org-apache-sling-jcr-contentloader)
+* [org.apache.sling.jcr.filetransfer](https://github.com/apache/sling-org-apache-sling-jcr-filetransfer)
+* [org.apache.sling.jcr.oak.server](https://github.com/apache/sling-org-apache-sling-jcr-oak-server)
+* [org.apache.sling.jcr.repoinit](https://github.com/apache/sling-org-apache-sling-jcr-repoinit)
+* [org.apache.sling.karaf-integration-tests](https://github.com/apache/sling-org-apache-sling-karaf-integration-tests)
+* [org.apache.sling.karaf-launchpad-oak-tar-integration-tests](https://github.com/apache/sling-org-apache-sling-karaf-launchpad-oak-tar-integration-tests)
+* [org.apache.sling.pipes](https://github.com/apache/sling-org-apache-sling-pipes)
+* [org.apache.sling.resource.presence](https://github.com/apache/sling-org-apache-sling-resource-presence)
+* [org.apache.sling.rewriter](https://github.com/apache/sling-org-apache-sling-rewriter)
+* [org.apache.sling.scripting.core](https://github.com/apache/sling-org-apache-sling-scripting-core)
+* [org.apache.sling.scripting.freemarker](https://github.com/apache/sling-org-apache-sling-scripting-freemarker)
+* [org.apache.sling.scripting.groovy](https://github.com/apache/sling-org-apache-sling-scripting-groovy)
+* [org.apache.sling.scripting.thymeleaf](https://github.com/apache/sling-org-apache-sling-scripting-thymeleaf)
+* [org.apache.sling.servlets.resolver](https://github.com/apache/sling-org-apache-sling-servlets-resolver)