Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gyrex-dev] New support for JUnit

Hi,

I pushed new support for developing JUnit tests. It eliminates the need
for a non-standard PDE JUnit or Tycho JUnit lunch. Thus, any tests can
no be run with the PDE and Tycho default JUnit OSGi plug-in test launcher.

However, there are some pitfalls when writing tests. Basically, you can
no longer assume that a Gyrex server environment is fully bootstrapped
and started in any bundle activator. This shouldn't be done anyway but
there is evidence that some clients down the road did it. Those bundles
need to be reworked now.

Please have a look at the dev guide and send feedback:
http://wiki.eclipse.org/Gyrex/Developer_Guide/JUnit

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/


Back to the top