Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 293 Bytes

File metadata and controls

3 lines (2 loc) · 293 Bytes

Project Conventions

This is a Java project using Maven and JUnit 5. Tests use parameterized tests, @Disabled annotations (not @Ignore), and do not use unnecessary public modifiers on test classes/methods. Always run mvn test -pl <module> after making test changes to verify they pass.