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.