Re: [Math] About junit tests

2011-03-05 Thread sebb
On 5 March 2011 19:25, Michael Giannakopoulos wrote: > Hello guys, > > I see some issues in commons math project refering to junit tests... I would > like to ask you how i can run and test if these unit tests run properly... > (Should i create a main class and function so as to call these junits t

Re: [Math] About junit tests

2011-03-05 Thread Ole Ersoy
Hi Michael, To run the tests I did the following: Checkout the trunk cd into the trunk run the following: mvn eclipse:eclipse import commons-math into eclipse Now you should be able to right click any test and select "Run Test". You can also right click on individual test methods and select "Ru

[Math] About junit tests

2011-03-05 Thread Michael Giannakopoulos
Hello guys, I see some issues in commons math project refering to junit tests... I would like to ask you how i can run and test if these unit tests run properly... (Should i create a main class and function so as to call these junits tests so as to run them via the eclipse ide???). I would like to