You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bu...@apache.org on 2014/10/13 16:24:23 UTC

svn commit: r925621 - in /websites/staging/sling/trunk/content: ./ documentation/development/jcr-mock.html documentation/development/osgi-mock.html documentation/development/resourceresolver-mock.html

Author: buildbot
Date: Mon Oct 13 14:24:23 2014
New Revision: 925621

Log:
Staging update by buildbot for sling

Modified:
    websites/staging/sling/trunk/content/   (props changed)
    websites/staging/sling/trunk/content/documentation/development/jcr-mock.html
    websites/staging/sling/trunk/content/documentation/development/osgi-mock.html
    websites/staging/sling/trunk/content/documentation/development/resourceresolver-mock.html

Propchange: websites/staging/sling/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Oct 13 14:24:23 2014
@@ -1 +1 @@
-1631408
+1631410

Modified: websites/staging/sling/trunk/content/documentation/development/jcr-mock.html
==============================================================================
--- websites/staging/sling/trunk/content/documentation/development/jcr-mock.html (original)
+++ websites/staging/sling/trunk/content/documentation/development/jcr-mock.html Mon Oct 13 14:24:23 2014
@@ -91,6 +91,16 @@
       
       <h1>JCR Mock</h1>
       <p>Mock implementation of selected JCR APIs for easier testing. It stores all data in-memory in a HashMap to ensure instantly creating and destroying of the JCR repository.</p>
+<div class="toc">
+<ul>
+<li><a href="#maven-dependency">Maven Dependency</a></li>
+<li><a href="#implemented-mock-features">Implemented mock features</a></li>
+<li><a href="#usage">Usage</a><ul>
+<li><a href="#getting-jcr-mock-objects">Getting JCR mock objects</a></li>
+</ul>
+</li>
+</ul>
+</div>
 <h2 id="maven-dependency">Maven Dependency</h2>
 <table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre>1
 2
@@ -139,7 +149,7 @@
 
 <p>The repository is empty and contains only the root node. You can use the JCR API to fill it with content.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1631408 by sseifert on Mon, 13 Oct 2014 14:22:57 +0000
+        Rev. 1631410 by sseifert on Mon, 13 Oct 2014 14:24:15 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project

Modified: websites/staging/sling/trunk/content/documentation/development/osgi-mock.html
==============================================================================
--- websites/staging/sling/trunk/content/documentation/development/osgi-mock.html (original)
+++ websites/staging/sling/trunk/content/documentation/development/osgi-mock.html Mon Oct 13 14:24:23 2014
@@ -91,6 +91,17 @@
       
       <h1>OSGi Mock</h1>
       <p>Mock implementation of selected OSGi APIs for easier testing.</p>
+<div class="toc">
+<ul>
+<li><a href="#maven-dependency">Maven Dependency</a></li>
+<li><a href="#implemented-mock-features">Implemented mock features</a></li>
+<li><a href="#usage">Usage</a><ul>
+<li><a href="#getting-osgi-mock-objects">Getting OSGi mock objects</a></li>
+<li><a href="#activation-and-dependency-injection">Activation and Dependency Injection</a></li>
+</ul>
+</li>
+</ul>
+</div>
 <h2 id="maven-dependency">Maven Dependency</h2>
 <table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre>1
 2
@@ -196,7 +207,7 @@ are preset in the classpath at <code>/OS
 missing if your clean and build the project within your IDE (e.g. Eclipse). In this case you have to compile the
 project again with maven and can run the tests - or use a Maven IDE Integration like m2eclipse.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1631403 by sseifert on Mon, 13 Oct 2014 14:12:52 +0000
+        Rev. 1631410 by sseifert on Mon, 13 Oct 2014 14:24:15 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project

Modified: websites/staging/sling/trunk/content/documentation/development/resourceresolver-mock.html
==============================================================================
--- websites/staging/sling/trunk/content/documentation/development/resourceresolver-mock.html (original)
+++ websites/staging/sling/trunk/content/documentation/development/resourceresolver-mock.html Mon Oct 13 14:24:23 2014
@@ -91,6 +91,13 @@
       
       <h1>Resource Resolver Mock</h1>
       <p>Mock for the resource resolver / factory for easier testing. It uses an in-memory map for storing the resource data, and supports reading, writing and a certain level of transaction and eventing support.</p>
+<div class="toc">
+<ul>
+<li><a href="#maven-dependency">Maven Dependency</a></li>
+<li><a href="#implemented-mock-features">Implemented mock features</a></li>
+<li><a href="#usage">Usage</a></li>
+</ul>
+</div>
 <h2 id="maven-dependency">Maven Dependency</h2>
 <table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre>1
 2
@@ -129,7 +136,7 @@
 <p>With the resolver you can use all Sling Resource features including reading and writing data using the Sling API.</p>
 <p>You cannot do any operations that require the JCR API because no JCR is underlying and adapting to JCR objects will just return null.</p>
       <div class="timestamp" style="margin-top: 30px; font-size: 80%; text-align: right;">
-        Rev. 1631408 by sseifert on Mon, 13 Oct 2014 14:22:57 +0000
+        Rev. 1631410 by sseifert on Mon, 13 Oct 2014 14:24:15 +0000
       </div>
       <div class="trademarkFooter"> 
         Apache Sling, Sling, Apache, the Apache feather logo, and the Apache Sling project