[
https://issues.apache.org/jira/browse/NETBEANS-408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hector Espert updated NETBEANS-408:
-----------------------------------
Description:
The AntJUnitManagerProviderTest unit test at Ant Junit UI module fails when
execute because it is a prototype and call fail method.
{code:java}
AntJUnitManagerProvider instance = new AntJUnitManagerProvider();
instance.registerNodeFactory();
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
{code}
was:
The AntJUnitManagerProviderTest unit test at Ant Junit UI module fails when
execute because it is a prototype and call the fail method.
{code:java}
AntJUnitManagerProvider instance = new AntJUnitManagerProvider();
instance.registerNodeFactory();
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
{code}
> Test org.netbeans.modules.junit.ant.ui.AntJUnitManagerProviderTest FAILED
> -------------------------------------------------------------------------
>
> Key: NETBEANS-408
> URL: https://issues.apache.org/jira/browse/NETBEANS-408
> Project: NetBeans
> Issue Type: Bug
> Components: java - JUnit
> Affects Versions: 9.0
> Reporter: Hector Espert
> Priority: Trivial
>
> The AntJUnitManagerProviderTest unit test at Ant Junit UI module fails when
> execute because it is a prototype and call fail method.
>
> {code:java}
> AntJUnitManagerProvider instance = new AntJUnitManagerProvider();
> instance.registerNodeFactory();
> // TODO review the generated test code and remove the default call to fail.
> fail("The test case is a prototype.");
> {code}
--
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