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/08 21:07:27 UTC

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

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 61c8c72  SLING-9795 - JUnit 5 support for server-side tests
     add 3061a0f  SLING-9795 - JUnit 5 support for server-side tests

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 41 +++++++----
 .../java/org/apache/sling/junit/TestsManager.java  | 26 +++++--
 .../sling/junit/impl/BundleTestsProvider.java      |  3 +-
 .../junit/impl/JUnit4TestExecutionStrategy.java    | 31 ++------
 .../junit/impl/TestContextRunListenerWrapper.java  | 35 +++++++--
 .../sling/junit/impl/TestExecutionStrategy.java    |  4 +-
 .../apache/sling/junit/impl/TestsManagerImpl.java  | 73 ++++++++++++++-----
 .../sling/junit/impl/servlet/HtmlRenderer.java     | 16 ++---
 .../junit/impl/servlet/PlainTextRenderer.java      | 15 ++--
 .../sling/junit/impl/servlet/ServletProcessor.java | 29 +++-----
 .../sling/junit/impl/servlet/XmlRenderer.java      |  9 +++
 .../impl/servlet/junit5/DescriptionGenerator.java  |  2 +-
 .../junit5/JUnit5TestExecutionStrategy.java        | 84 ++++++----------------
 .../impl/servlet/junit5/RunListenerAdapter.java    | 14 +++-
 .../java/org/apache/sling/junit/package-info.java  |  2 +-
 .../sling/junit/impl/TestsManagerImplTest.java     |  2 +-
 16 files changed, 210 insertions(+), 176 deletions(-)