Jiex1x opened a new pull request, #6423: URL: https://github.com/apache/jmeter/pull/6423
## Description This pull request adds Maven support for JMeter and includes a JUnit test for `ThreadGroup`. The changes introduce a `pom.xml` file to enable Maven builds and add a corresponding test class for `ThreadGroup.java`. ## Motivation and Context The `ThreadGroupTest.java` file has been added to validate the functionality of `ThreadGroup.java`. ## How Has This Been Tested? Verified by running `mvn test` which successfully executed JUnit tests. Ensured that dependencies were correctly downloaded and resolved via Maven Central. Checked that the test results showed no failures. ## Types of changes New feature (non-breaking change that adds functionality) ## Checklist: My code follows the code style of this project. I have added tests to cover my changes. All new and existing tests passed. I have updated documentation accordingly (if applicable). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org