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/07 22:28:09 UTC

[sling-org-apache-sling-junit-core] branch issues/SLING-9795-junit5-support-for-server-side-tests updated (a680fc8 -> ad65a58)

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 a680fc8  SLING-9795 - JUnit 5 support for server-side tests
     add ad65a58  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      |   2 +-
 .../apache/sling/junit/impl/TestsManagerImpl.java  |   5 +-
 .../sling/junit/impl/BundleTestsProviderTest.java  | 138 --------
 .../sling/junit/impl/TestsManagerImplTest.java     | 376 ++++++++++++++++-----
 .../impl/servlet/junit5/TestEngineTrackerTest.java |  63 ----
 .../sling/junit/sampletests/JUnit4SlingJUnit.java  |  15 +-
 6 files changed, 308 insertions(+), 291 deletions(-)
 delete mode 100644 src/test/java/org/apache/sling/junit/impl/BundleTestsProviderTest.java
 delete mode 100644 src/test/java/org/apache/sling/junit/impl/servlet/junit5/TestEngineTrackerTest.java
 copy Jenkinsfile => src/test/java/org/apache/sling/junit/sampletests/JUnit4SlingJUnit.java (78%)