Bailey Campbell created NETBEANS-2216:
-----------------------------------------
Summary: Test Dependencies libraries not created
Key: NETBEANS-2216
URL: https://issues.apache.org/jira/browse/NETBEANS-2216
Project: NetBeans
Issue Type: Bug
Components: java - JUnit
Affects Versions: 11.0
Reporter: Bailey Campbell
*Steps:*
# From the *File* menu select *New Project...*.
# Select *Maven* from the *Categories* list, and *Web Application* from the
*Projects* list to create new Maven based Web application project.
# Set the *Project Name* to *mavenproject2* and click *Next*.
# Select *Glassfish411* from the *Server* list and click *Finish*.
# In the *Projects* panel for project *mavenproject2* select the
*com.mycompany.mavenproject2* package node, right click and select *New > Java
class*, and then create a new class named *NewClass*.
# Select the newly created *NewClass.java* node and press *CTRL+SHIFT+U* (or
*Command+SHIFT+U* on Mac OS X).
# The *Create/Update Tests* dialog opens. Click the *OK* button to close it.
Expected Result:
There are three nodes created under the *Test Dependencies* node
# *junit-jupiter-api-5.3.1.jar*
# *junit-jupiter-engine-5.3.1*
# *junit-jupiter-params-5.3.1*
Actual Result:
No junit libraries are created
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
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