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

jsedding pushed a change to branch org.apache.sling.testing.osgi.unit
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


    from dc21c335 initial commit
     new cbe6816c add support for JUnit5 TestTemplates (i.e. RepeatedTest and 
ParameterizedTest)
     new 9b632100 add support for ServiceReference and ServiceObjects injection
     new 1879341a refactor: split Extensions into dedicated classes
     new 2181bb3a use AppClassLoader for bundles importing 
org.junit.jupiter.api.extension

The 4 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:
 pom.xml                                            |   6 +
 .../osgi/unit/BundleWithClassLoaderContent.java    | 173 +++++++++++++++
 .../unit/{impl/OSGiUtil.java => Closeables.java}   |  33 ++-
 .../sling/testing/osgi/unit/OSGiSupport.java       |   4 +-
 ...tImpl.java => OSGiSupportFrameworkHandler.java} | 243 +++++++--------------
 .../unit/OSGiSupportInvocationInterceptor.java     | 165 ++++++++++++++
 .../osgi/unit/OSGiSupportParameterResolver.java    |  55 +++++
 .../testing/osgi/unit/impl/OSGiSupportTest.java    | 102 +++++++++
 8 files changed, 608 insertions(+), 173 deletions(-)
 create mode 100644 
src/main/java/org/apache/sling/testing/osgi/unit/BundleWithClassLoaderContent.java
 copy src/main/java/org/apache/sling/testing/osgi/unit/{impl/OSGiUtil.java => 
Closeables.java} (55%)
 rename src/main/java/org/apache/sling/testing/osgi/unit/{OSGiSupportImpl.java 
=> OSGiSupportFrameworkHandler.java} (58%)
 create mode 100644 
src/main/java/org/apache/sling/testing/osgi/unit/OSGiSupportInvocationInterceptor.java
 create mode 100644 
src/main/java/org/apache/sling/testing/osgi/unit/OSGiSupportParameterResolver.java

Reply via email to