CameronWills / OEUnit

Unit testing framework for OpenEdge ABL
25 stars 14 forks source link

JUnit Reporter - Output Package Information #10

Closed msabbott closed 10 years ago

msabbott commented 10 years ago

When the JUnit reporter is used, the "package" attribute is not output for test suites or test cases.

This can be output by using the package name of the test suite/test class. This involves stripping off the class name from the full class name (inc. package) so that just the package remains.