Java UTs: Migrate to jUnit 5 #7595
Labels
Area: SQ Plugin
Java plugin related issues.
Sprint: Hardening
Fix FPs/FNs/improvements
Type: Tests
Add or modify individual UTs, ITs and Peach, not framework
Prerequisite: #7600
While we reference jUnit5, we execute them via
junit-vintage-engine
, effectively running them on jUnit5.To migrate it, we need to rename jUnit annotation to the new ones and replace creation of resources same as in ITs.
This blogpost has some IntelliJ tricks how to make stuff in batches:
https://blog.jetbrains.com/idea/2020/08/migrating-from-junit-4-to-junit-5/
Same as #4223, we need to:
junit-vintage-engine
dependencyThe text was updated successfully, but these errors were encountered: