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


I am using Netbeans 6.8 and it seems best to run correctly with the IDE to run my Jukeette test.

Click on a category under Test Packages and test file

Clicking on a specific test is possible to narrow down the scope to test an individual method. How can I test only one individual test from one of the harnesses in Netbeans? Can i

Update : Netbans supports this (like see Netbeans 6.8) . Just right-click on the pass or unsuccessful test and then click on 'Run again' or 'debug'. Or right-click in the editor and click Run / debug-focused testing.

Old :

This is not possible for my knowledge. And it is possible that NetBeans-boys had to keep in mind that all tests should always be passed to one unit. I know tools should not be limited to developers, but if one method takes too long - maybe you should consider a separate integration test?

In addition, (BTW: Mayvon projects have a unit possible test ...)


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -