This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-2.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 7d5c794294022e8b3dc1b8394189be0849005e64 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Jul 8 16:11:23 2016 +0000 SLING-5770 update javadoc git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1751936 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/sling/testing/mock/sling/junit/SlingContext.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContext.java b/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContext.java index 7f7625a..9dcd712 100644 --- a/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContext.java +++ b/src/main/java/org/apache/sling/testing/mock/sling/junit/SlingContext.java @@ -28,8 +28,9 @@ import org.junit.runner.Description; import org.junit.runners.model.Statement; /** - * JUnit rule for setting up and tearing down Sling context objects for unit - * tests. + * JUnit rule for setting up and tearing down Sling context objects for unit tests. + * You can use {@link SlingContextBuilder} alternatively to the constructors on this class - it offers + * more options and fine-grained control about setting up the test context. */ public final class SlingContext extends SlingContextImpl implements TestRule { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
