According to article Notes about Integrating JUnit4 into NetBeans in netbeans.org, the author said the JUnit output window for a test method with name howTheAddGoes had an empty name and not howTheAddGoes. I believe it is because the embedded Ant in NetBeans 5.0 still does not support JUnit 4. In my first post, I faced the same problem (the test case name is unknown) but it is resolved after I have upgraded Ant to 1.7. If you are a NetBeans user, let me know if this problem is resolved in NetBeans 5.5 (or its beta 6)?

1 comments:
same issue with 5.5. The updated version of ant is needed also
Post a Comment