[ 
https://issues.apache.org/jira/browse/NETBEANS-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16906909#comment-16906909
 ] 

Tomáš Poledný edited comment on NETBEANS-1748 at 8/14/19 6:00 AM:
------------------------------------------------------------------

It works right now. There were some fixes for JUnit 5 so maybe it was fixed by 
NETBEANS-1663 . Thanks


was (Author: saljack):
It works right now. There were some fixes for JUnit 5 so maybe it was fixed 
there. Thanks

> JUnit 5 there is no posibilities how run Repeated test method 
> --------------------------------------------------------------
>
>                 Key: NETBEANS-1748
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-1748
>             Project: NetBeans
>          Issue Type: Bug
>          Components: java - JUnit
>    Affects Versions: 10.0
>            Reporter: Tomáš Poledný
>            Assignee: John McDonnell
>            Priority: Trivial
>             Fix For: 11.0
>
>
> JUnit 5 has 
> [RepeatedTest|https://junit.org/junit5/docs/current/user-guide/#writing-tests-repeated-tests].
>  There is no posibilities how run method with annotation RepeatedTest (Run 
> Focused Test Method). Error message is: No test method found.  RepeatedTest 
> methods are running after Test File only.
> Example:
> {code:java}
> class SomeRepeatedTest {
>       @RepeatedTest(10)
>       void repeatedTestTest() {
>               System.out.println("repeatedTest");
>       }
> }
> {code}
> I am not able to run test method repeatedTestTest.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

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

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

Reply via email to