You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Limitations of using JUnit5 with current version of Gradle (4.7)
According to this link from JUnit5 user guide:
The results of any tests run via the JUnit Gradle plugin will not be included in the standard test report generated by Gradle.
Also, there are other limitations mentioned here in Gradle 4.7 user guide:
There’re some known limitations on JUnit 5, e.g. tests in static nested classes won’t be discovered and classes are still displayed by its name instead of @DisplayName. They’ll be fixed in future version of Gradle.
The text was updated successfully, but these errors were encountered: