-
Recently, it has become possible to execute unit-tests within maven projects that have I would like to execute unit-tests within projects with eclipse-plugin packaging, but would like to use the Mockito library in addition to JUnit. I have a pomless build and would like to keep it that way. I do not want to add non-PDE files to the build, unless this is unavoidable. Question: What is the idiomatic/intended/correct way to add this dependency, or any other test-time dependencies? I have tried Note: I am aware of the use of fragments for unit testing. This is not what I am after. I actually want to use the new mechanism, if possible, or hear that this is currently impossible. For my initial purposes, and given these are intended to be Unit-tests, running non-OSGI would be ok. If there is a means for OSGI as well, that would be great, but I cannot imagine where the platform configuration could be stored. Disclaimer: This question has also been posted as SO 69611036. Best, JGS |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Sadly most of my attempts to make this happen in a convenient way where rejected by the PDE team but you still has the following options:
|
Beta Was this translation helpful? Give feedback.
Sadly most of my attempts to make this happen in a convenient way where rejected by the PDE team but you still has the following options: