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

[sling-org-apache-sling-junit-core] branch issues/SLING-9795-junit5-support-for-server-side-tests updated (3061a0f -> 5238ad2)

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

jsedding pushed a change to branch issues/SLING-9795-junit5-support-for-server-side-tests
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git.


    from 3061a0f  SLING-9795 - JUnit 5 support for server-side tests
     add 5238ad2  SLING-9795 - JUnit 5 support for server-side tests

No new revisions were added by this update.

Summary of changes:
 .../sling/junit/impl/BundleTestsProvider.java      |   9 ++
 .../junit/impl/JUnit4TestExecutionStrategy.java    |   2 +-
 .../junit/impl/TestContextRunListenerWrapper.java  |   2 -
 .../sling/junit/impl/TestExecutionStrategy.java    |   2 +-
 .../apache/sling/junit/impl/TestsManagerImpl.java  |   2 +-
 .../sling/junit/impl/servlet/ServletProcessor.java |   1 -
 .../sling/junit/impl/servlet/XmlRenderer.java      |   1 -
 .../junit/impl/servlet/junit5/FailureHelper.java   |   6 -
 .../junit5/JUnit5TestExecutionStrategy.java        |   2 +-
 .../junit/impl/servlet/junit5/ResultAdapter.java   |   2 +-
 .../impl/JUnit4TestExecutionStrategyTest.java      |  64 ++++++++++
 .../sling/junit/impl/TestsManagerImplTest.java     |  66 ++++++++--
 .../servlet/junit5/RunListenerAdapterTest.java     | 134 +++++++++++++++++++++
 .../sling/junit/sampletests/JUnit4SlingJUnit.java  |  17 +++
 14 files changed, 286 insertions(+), 24 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/junit/impl/JUnit4TestExecutionStrategyTest.java
 create mode 100644 src/test/java/org/apache/sling/junit/impl/servlet/junit5/RunListenerAdapterTest.java