You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/03/27 10:20:11 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated (1d270d4 -> 6d3ae46)

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

sseifert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git.


    from 1d270d4  SLING-8325 sling-mock: Overlay ContentBuilder.resource methods with variants to create child resources
     new 495194b  update to mockito 2.25.1
     new 317683b  make sure junit 5 unit tests are executed
     new 6d3ae46  SLING-8330 sling-mock: JUnit 5 Extension - Support setting context member field in super classes

The 365 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 junit5/pom.xml                                           | 10 +++++-----
 .../testing/mock/sling/junit5/SlingContextExtension.java | 11 ++++++++++-
 .../mock/sling/junit5/NoSlingModelsRegistrationTest.java |  2 +-
 ...erTest.java => SlingContextMemberSuperClassTest.java} | 16 ++--------------
 .../mock/sling/junit5/SlingContextPluginTest.java        |  2 ++
 .../testing/mock/sling/junit5/SlingContextTest.java      |  2 ++
 parent/pom.xml                                           | 14 +++++++++++++-
 7 files changed, 35 insertions(+), 22 deletions(-)
 copy junit5/src/test/java/org/apache/sling/testing/mock/sling/junit5/{SlingContextMemberTest.java => SlingContextMemberSuperClassTest.java} (73%)