-
#### Feature summary
I would like to be able to perform assertions on classes that I load dynamically from a given classloader. This would enable me to test code that deals with custom classloaders…
-
See https://groups.google.com/forum/#!topic/knowhowlab-osgi-testing/gXRpKRTTL3s
Basically there needs to be a way to assert that an event is posted when the event will be triggered by a call from the…
-
The TCK is [here](https://github.com/osgi/osgi/tree/main/osgi.tck) but there is no readme and also the wiki do not describe how to use it.
It would be useful to have a document describing:
- how…
-
**[Charles Moulliard](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:3d5df8f3-265c-4a4f-8504-00d641064789)** created **[PAXEXAM-128](https://ops4j1.jira.com/browse/PAXEXAM-128)**
I…
-
I would like to start a test within the context of an e4 RCP application with JavaFx.
For this test, I created a minimal e4 RCP application using the fx wizard and added only a window.
Therefore, I …
-
**[Christoph Läubrich](https://ops4j1.jira.com/secure/ViewProfile.jspa?accountId=557058:e86eec92-a936-49fc-9783-df824afba84e)** created **[PAXEXAM-873](https://ops4j1.jira.com/browse/PAXEXAM-873)**
…
-
remove snapshot dependencies like :
org/springframework/osgi/log4j.osgi/1.2.15-SNAPSHOT/log4j.osgi-1.2.15-SNAPSHOT.pom
also look for any dependency not residing in the official repositories.
-
I have a run-of-the-mill RCP application with a plugin and a product. When launching it from inside Eclipse, the launch configuration created automatically by PDE from the product Overview → Test…
-
We have IBM WebSphere Application Server 8.0.0.7 installed.
Using maven we have build a sample java application for testing the functional code coverage using cobertura 2.1.1. Application compiled cl…
-
Background: There is an "Integration Testing" project with two sub bundles. Both bundles contain JUnit test cases, declared with the `Test-Cases` manifest header.
Right click on the project and selec…