Re: Unit tests in IDE

2016-06-12 Thread Jan Kotek
s > > <https://wiki.apache.org/cassandra/RunningCassandraInIDEA> cover > > this? > > > > On Thu, Jun 9, 2016 at 11:26 AM, Jan Kotek > > wrote: > > > > > Hi, > > > > > > I would like to run and debug unit tests directly in Intell

Re: Unit tests in IDE

2016-06-10 Thread Jan Kotek
It does, I missed that, thanks On Thu, 2016-06-09 at 11:53 -0500, Josh McKenzie wrote: > Does ant generate-idea-files > <https://wiki.apache.org/cassandra/RunningCassandraInIDEA> cover > this? > > On Thu, Jun 9, 2016 at 11:26 AM, Jan Kotek wrote: > > > > >

Unit tests in IDE

2016-06-09 Thread Jan Kotek
Ant - It saves JVM parameters generated by Ant (properties, JVM args, java agents, classpath) into text file - Invoke Ant target to convert this text file into Run Configuration for IDE - Click Run in Idea... :-) I would be happy to polish it a bit more. Would you merge such patch? Regards, Jan