-
Currently the testing strategies offered by Tycho seems to be a bit of mix up. It's difficult to get a sense out of it.
Ultimately my question is, which approach is the modern approach? How do I end up with unit tests in the same source bundle executed in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yep we track this here:
Because of this I do not recommend using
The default binding was removed in Tycho 4.x because it is not flexible enough, even though you can bind "classic" JUnit Tests...
... see for example the following integration-tests https://github.com/eclipse-tycho/tycho/tree/master/tycho-its/projects/surefire.combinedtests |
Beta Was this translation helpful? Give feedback.
Yep we track this here:
Because of this I do not recommend using
eclipse-test-plugin
packaging for new designs but we have to keep it that way for historic reasons.