Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] junits not hooked anywhere

If you are looking for tests that are not executed you can also search for "public void _test" with many hits.
You can manually run tests that are named like that but they won't  run automatically as the convention is that test methods have to start with "test". literally - no underscore allowed. Some of those seem to be "disabled" on purpose (name was changed), others have that name from beginning.
Example: org.eclipse.jdt.core.tests.model.ReconcilerTests16._testBug570399_002()
 
Jörg

Back to the top