Skip to content

Delete unused abstract test classes#5253

Merged
fmbenhassine merged 1 commit into
spring-projects:mainfrom
marschall:unused-tests
Feb 4, 2026
Merged

Delete unused abstract test classes#5253
fmbenhassine merged 1 commit into
spring-projects:mainfrom
marschall:unused-tests

Conversation

@marschall
Copy link
Copy Markdown
Contributor

Delete the unused abstract test classes AbstractExecutionContextDaoTests and AbstractJobExecutionDaoTests. These classes areabstract, can therefore not be executed by JUnit, and have no concrete subclasses.

This can be seen that assertions like this would fail as ids are now primitive long

assertNull(execution.getId());

JdbcJobExecutionDaoTests and JdbcExecutionContextDaoTests have no superclass.

Signed-off-by: Philippe Marschall <philippe.marschall@gmail.com>
@fmbenhassine fmbenhassine merged commit fb1ff1a into spring-projects:main Feb 4, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants