You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "cda (Jira)" <ji...@apache.org> on 2020/02/13 00:50:00 UTC

[jira] [Created] (NETBEANS-3871) Gradle TestNG test results "go to source" not working

cda created NETBEANS-3871:
-----------------------------

             Summary: Gradle TestNG test results "go to source" not working
                 Key: NETBEANS-3871
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3871
             Project: NetBeans
          Issue Type: Bug
    Affects Versions: 11.2
            Reporter: cda


In "Output" window, the failed test is displayed:
{noformat}
UnitTestSuite > UnitTest > proj.shop.ShopsControllerTest > testGetOk FAILED
    org.springframework.web.util.NestedServletException at ShopsControllerTest.java:29
        Caused by: java.util.NoSuchElementException at ShopsControllerTest.java:29{noformat}
The "Test Results" window correctly shows failed tests, but right clicking -> "Go to Source" does nothing.

 

Tests are run in a gradle subproject.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists