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
@yegor256 We already have this check. Could you please add a bit of context, please?
Pay attention, that In order to enable that feature you might need to enable experimental configuration:
<configuration>
<experimental/>
</configuration>
It is an experimental feature because it is rather strict and requires lots of changes in big projects.
Would be great to check whether all methods in a test are annotated with
@Test
or@Before
or@After
The text was updated successfully, but these errors were encountered: