UAST
'@RunWith' annotation already exists in a parent class
Warning
Reliability
New
Last modified: 03 December 2024 Reports when parent and child classes in a JUnit test hierarchy are annotated with @RunWith
. It can lead to unexpected testing behavior.
Example:
@RunWith(Suite.class)
@SuiteClasses(MySuiteClass.class)
public abstract Parent {
}
@RunWith(Parameterized.class)
public MyTest {
}
- 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.
Junit4RunWithInspection
New in 2024.1
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | JUnit, 243.23126 |
Thanks for your feedback!
Was this page helpful?