Testing a method instead of testing a whole file in Netbeans w/ JUnit

Posted by Maciek on Stack Overflow See other posts from Stack Overflow or by Maciek
Published on 2010-02-03T15:37:24Z Indexed on 2010/05/08 15:38 UTC
Read the original article Hit count: 303

Filed under:
|
|
|

I'm using Netbeans 6.8 and the finest-grained way to run my JUnit tests from the IDE appears to be to right-click a class under Test Packages and click Test File

In Eclipse it's possible to narrow the scope to testing an individual method in a given test harness. How do I test only one individual test out of a harness in Netbeans?

© Stack Overflow or respective owner

Related posts about netbeans

Related posts about java