You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Hector Espert (JIRA)" <ji...@apache.org> on 2018/02/18 15:22:00 UTC

[jira] [Updated] (NETBEANS-408) Test org.netbeans.modules.junit.ant.ui.AntJUnitManagerProviderTest FAILED

     [ 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 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}

  was:The AntJUnitManagerProviderTest unit test at Ant Junit UI module fails when execute because it is a prototype and call the fail method.


> 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 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}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
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