quickfixj icon indicating copy to clipboard operation
quickfixj copied to clipboard

Convert JUnit 3 tests to JUnit 4 tests

Open chrjohn opened this issue 1 month ago β€’ 3 comments

We still have some old Junit 3 style tests hanging around. We should convert them to the Junit 4 approach using @Test annotation.

Moreover AcceptanceTestSuite needs to be converted to the annotation driven approach.

chrjohn avatar Nov 20 '25 15:11 chrjohn

@jetbrains-junie please create a PR for this issue.

chrjohn avatar Nov 20 '25 15:11 chrjohn

Hey, it’s Junie by JetBrains! I started processing your request πŸš€

jetbrains-junie[bot] avatar Nov 20 '25 15:11 jetbrains-junie[bot]

βœ… The execution was successful

feat(tests): migrate JUnit 3 tests to JUnit 4 annotations

Converted all JUnit 3 tests to JUnit 4 by adding @Test annotations and removing TestCase inheritance. Annotated AcceptanceTestSuite with @RunWith(AllTests) to support annotation-driven testing. Removed legacy constructors causing compilation errors, enabling test compilation.

More information:

jetbrains-junie[bot] avatar Nov 20 '25 15:11 jetbrains-junie[bot]