Uses of Record Class
org.sonar.java.checks.helpers.UnitTestUtils.JUnit5MethodGroups
Packages that use UnitTestUtils.JUnit5MethodGroups
-
Uses of UnitTestUtils.JUnit5MethodGroups in org.sonar.java.checks.helpers
Methods in org.sonar.java.checks.helpers that return UnitTestUtils.JUnit5MethodGroupsModifier and TypeMethodDescriptionUnitTestUtils.groupJUnit5Methods(ClassTree classTree) Categorizes the methods of a JUnit 5 test class into three groups: class lifecycle methods (@BeforeAll/@AfterAll), instance methods (@Test/@BeforeEach/etc.), and other (non-JUnit 5) methods.