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:34:37 UTC

[sling-org-apache-sling-testing-osgi-mock] branch master updated (885c076 -> ea321fb)

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-osgi-mock.git.


    from 885c076  [maven-release-plugin] prepare for next development iteration
     new 2c4bdd8  update to mockito 2.25.1
     new 68e28a1  cosmetic: null analysis annotations
     new 0594aed  make sure junit 5 unit tests are executed
     new ea321fb  SLING-8331 osgi-mock: JUnit 5 Extension - Support setting context member field in super classes

The 226 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/osgi/junit5/OsgiContextExtension.java     | 11 ++++++++++-
 .../sling/testing/mock/osgi/junit5/OsgiContextStore.java   |  1 +
 .../osgi/junit5/OsgiContextMemberInstantiatedTest.java     |  2 +-
 ...emberTest.java => OsgiContextMemberSuperClassTest.java} |  8 +++-----
 .../testing/mock/osgi/junit5/OsgiContextMemberTest.java    |  2 +-
 .../testing/mock/osgi/junit5/OsgiContextPluginTest.java    |  1 +
 .../sling/testing/mock/osgi/junit5/OsgiContextTest.java    |  2 +-
 parent/pom.xml                                             | 14 +++++++++++++-
 9 files changed, 36 insertions(+), 15 deletions(-)
 copy junit5/src/test/java/org/apache/sling/testing/mock/osgi/junit5/{OsgiContextMemberTest.java => OsgiContextMemberSuperClassTest.java} (86%)