How to customize junit report file?

Hello, I want to customize assertion.xml to change the test cases and test suites names. Is is possible to do it directly, or do I have to modify the source code by myself?

Or is it possible to add a classname to each test cases?

Finally, I don’t need to change it! I used the test suite name to do what I wanted.