Quote:
Originally Posted by misterb
Hi there,
I have an Eclipse plug-in here that I develop and a fragment that adds unit tests to the plug-in. I have added a dependency to the JUnit 4 plug-in "org.junit4" to the fragment.
I can run the unit tests in the fragment using a plain JUnit launch configuration. When trying to run the tests as a JUnit Plug-in test launch configuration, the tests are not executed. I do not see any errors. The tests just don't seem to be executed.
Eclipse is vanilla "Europa Fall 2" release. Java is Sun 1.6.0_03. JUnit 4 plug-in in there is 4.3.1. Any help would be very much appreciated.
Cheers,
Joerg
|
Hi Joerg,
I am afraid that I won't be able to help you with your problem, but I have a question for you. I am currently researching on JUnit because soon I will have to write Unit tests for one plugin or at least for some parts of it and I was looking to find some example of such tests but I couldn't found the only ones that I found were about some simple classes. So I am asking you if you could give some piece of example how exactly you made your test. Are there any peculiarities if it's no big trouble for you of course