Re: UnitTests in IDE

2016-09-15 Thread Martin Stockhammer
Hi, the last attempt showed errors, that userjdo class cannot be persisted, because the class contained no persistence methods. I think that's because the persistence library does some bytecode enhancement and either this does not work in my IDE or the class path for unit test run is not

Re: UnitTests in IDE

2016-09-15 Thread Olivier Lamy
Hi what sort of errors? I have some errors too but not for all which is weird. Some are related to the spring plugin which cannot see some xml files... On 14 September 2016 at 20:09, wrote: > Hi, > > i would like to know, if it's possible to run single unit test methods

UnitTests in IDE

2016-09-14 Thread m . stockhammer
Hi, i would like to know, if it's possible to run single unit test methods of archiva in the IDE. Running the tests with the maven test lifecycle method works fine, but if I try to run it directly with Intellij, I get some strange problems that may relate to the classpath. Seems that the IDE