Skip to content

Best Practices for Writing Eclipse Tests #3041

Answered by laeubi
AhmetBilgin asked this question in Q&A
Discussion options

You must be logged in to vote

@AhmetBilgin you are right that option a) is recommended (I don't want to say best-practise as requirements may vary) especially if you don't need "Eclipse" and have own runners and have real Unit-Tests that are dedicated to the code in your plugin. This can be "plain" unit tests, or it could be a plugin test or even a quite new bnd-test...

It is also common in such setup to still have one (or a few) dedicated Integration test plugins (not fragments(!)) that are testing a larger story with many bundles involved that should work together.

For migration, I would pick one test and one bundle and just setup things, look how it works for you and then proceed with moving more stuff there, and i…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AhmetBilgin
Comment options

@laeubi
Comment options

Answer selected by AhmetBilgin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants