Inspectopedia
 
2024.3

Illegal method name passed to 'dependsOnMethods'

Warning
Reliability
New
Last modified: 03 December 2024

Reports illegal method names passed to the dependsOnMethods attribute in the @Test annotation.

A method name is considered illegal if it can't be resolved into a valid, accessible @Test annotated method in the current class or any of its parent classes.

Example: