mohsen-Nour commented on issue #9454:
URL: https://github.com/apache/netbeans/issues/9454#issuecomment-4761110824

   
   I create tiny project Using Gradle (151kb)
   
   And is accessible from this link
   
https://drive.google.com/file/d/1ivT4X5IaOCX8JBQ17HWwyEdsBu2eWQz7/view?usp=sharing
 
   
   
   
   AppTest  is name of class  and it does not pass the test and  by right 
clicking on the class name on Test Result window and "Go to Source " will be 
appear
   
   
   `
   package agri.test.demo;
   
   import org.junit.jupiter.api.Test;
   import static org.junit.jupiter.api.Assertions.*;
   
   class AppTest {
       @Test void appHasAGreeting() {
           App classUnderTest = new App();
           assertNull(classUnderTest.getGreeting(), "app should have a greeting"
                   + "1");
       }
   }
   `
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to