Eric
Eric

Reputation: 49

NetBeans: execute all unit tests of all projects in 1 go

Unit testing some projects can take some time, and with multiple projects you have to start them one at-a-time sequentially. In NetBeans is it possible to run all unit tests for a single project in one go.

Is it also possible execute all unit tests for all projects in one go?

Upvotes: 1

Views: 406

Answers (3)

james.garriss
james.garriss

Reputation: 13397

In NetBeans is it possible to run all unit tests for a single project in one go.

In NetBeans 7.1, yes, it is. See my previous answer to this same question.

Upvotes: 1

Addicted
Addicted

Reputation: 1704

Yes in Netbeans also it is possible go to current project Properties by right clicking it, and go to Libraries, there u can add your other projects to run in a single go.

Upvotes: 0

Jonathan Spooner
Jonathan Spooner

Reputation: 7752

Is it also possible execute all unit tests for all projects in one go?

I don't believe that this is possible.

In NetBeans is it possible to run all unit tests for a single project in one go.

This is possible by right clicking the project node in the Projects explorer and choosing Test from the context menu. You can also use the key board shortcut Alt+F6 to achieve the same result.

Upvotes: 0

Related Questions