Description
TestOutputMessage.java (29 lines) is a dead test class:
- Marked
@Ignore at class level
- Contains zero
@Test methods
- Body is empty (just the license header + class declaration + closing brace)
What to do
Delete the file:
rm core/src/test/org/jtestserver/tests/TestOutputMessage.java
Why
Pure dead code. Adds noise to test discovery and confuses readers who may think the test was intentionally disabled rather than just empty.
Description
TestOutputMessage.java(29 lines) is a dead test class:@Ignoreat class level@TestmethodsWhat to do
Delete the file:
Why
Pure dead code. Adds noise to test discovery and confuses readers who may think the test was intentionally disabled rather than just empty.