elimu-ai / webapp

🖥 Web application for hosting Android applications and educational content
https://hin.elimu.ai
MIT License
29 stars 47 forks source link

Migrate from JUnit 4 to JUnit 5 #1679

Closed jo-elimu closed 11 hours ago

jo-elimu commented 1 week ago

https://junit.org/junit5/docs/current/user-guide/#migrating-from-junit4

venkatesh2k3 commented 6 days ago

By adding a dependency, it would be resolved right?

jo-elimu commented 6 days ago

By adding a dependency, it would be resolved right?

@venkatesh2k3 It's probably not that simple, because we have several tests that are tied to JUnit 4 with the @RunWith(SpringJUnit4ClassRunner.class) annotation. So the migration will probably require some refactoring work.