UAST
Test class without tests
Warning
New
Last modified: 03 December 2024 Reports non-abstract
test cases without any test methods. Such test cases usually indicate unfinished code or could be a refactoring leftover that should be removed.
Example:
public class CrucialTest {
@Before
public void setUp() {
System.out.println("setting up");
}
}
- 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.
JUnitTestCaseWithNoTests
Use the Ignore test cases which have superclasses with test methods option to ignore test cases which have super classes with test methods.
Here you can find the description of settings available for the Test class without tests inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Java, 243.23126 |
Thanks for your feedback!
Was this page helpful?