Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-1748

JUnit 5 there is no posibilities how run Repeated test method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 10.0
    • 11.0
    • java - JUnit
    • None

    Description

      JUnit 5 has RepeatedTest. 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:

      class SomeRepeatedTest {
      	@RepeatedTest(10)
      	void repeatedTestTest() {
      		System.out.println("repeatedTest");
      	}
      }
      

      I am not able to run test method repeatedTestTest.

      Attachments

        Activity

          People

            johnmcdonnell John McDonnell
            Saljack Tomáš Poledný
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: