Java
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:
public class SampleTest {
@Test(dependsOnMethods = "testSpellignError")
public void testSample() {}
@Test
public void testSpellingError(){}
}
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
dependsOnMethodTestNG
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | TestNG, 243.23126 |
Thanks for your feedback!
Was this page helpful?