views:

127

answers:

1

Hi,

I have created several files with unit tests on existing classes in NetBeans project. I used menu "File/New file/JUnit/Test for Existing Class" to create test files.

I can run one file with unit tests by right click on it and select "Run File".

But I want to run all files with unit tests. How can I achieve this in the simplest way?

I am using NetBeans 6.5.

+2  A: 

Menu "Run/Test Project".

sergdev
What's going on here? Looks like rep gaining if you answer yourself the question after 3 minutes.
furtelwart
Yes, this is really looks like rep gaining, but it is not the case. I posted the question and found the answer immediately after this. As you can see this is not hard. Just I think that this can be useful for somebody else. As you can see somebody voted up my response. More over it is not prohibited by stackoverflow, although initially i was not going to answer my own question :)
sergdev
It is the right answer.
Bob Cross