https://github.com/amitjoy/enhanced-sling-testing-osgi-mock
This is an enhanced version of Apache Sling Testing OSGi Mock utility to provide mock implementations of OSGi API for easier testing
https://github.com/amitjoy/enhanced-sling-testing-osgi-mock
mock-implementations osgi sling testing
Last synced: 16 days ago
JSON representation
This is an enhanced version of Apache Sling Testing OSGi Mock utility to provide mock implementations of OSGi API for easier testing
- Host: GitHub
- URL: https://github.com/amitjoy/enhanced-sling-testing-osgi-mock
- Owner: amitjoy
- Created: 2016-05-19T09:51:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:45:54.000Z (over 5 years ago)
- Last Synced: 2025-01-09T18:06:53.501Z (over 1 year ago)
- Topics: mock-implementations, osgi, sling, testing
- Language: Java
- Size: 71.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enhanced Sling Testing OSGi Mock
This is an enhanced version of Apache Sling Testing OSGi Mock utility to provide mock implementations of OSGi API for easier testing. The actual utility library is very tightly coupled to Apache Sling and Apache Felix libraries.
That is why, this project has been started to remove all these dependencies so that this can be available as a standalone bundle.
Features:
1. Added OSGi R4 Support
2. Removed Apache Felix Support
2. Added Equinox Support
3. Added Google Guava Dependency
4. Removed Apache Commons Dependency
5. Eclipse Kura Development Environment Compatible (Tested)
### Maven Central
```xml
com.amitinside
com.amitinside.sling.testing.osgi-mock
1.2.0
```