mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-02 19:55:40 +02:00

className is passed through from class based test methods and held in the TestCaseInfo. For free-function based test cases it is set to "global". The JUnit reporter uses the className value to populate he class attribute.