I have few test suites. Their results now showing in Xml-file in 2 tables - Failed tests and Successful tests.
I need that results of each test suite was shown in its own tables(Failed and Success), i.e. if I have 2 test suites A and B I want to show 4 tables - A.Failed, A.Success, B.Failed, B.Success in one XML-file.
How can I do so with CppUnit?
Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have few test suites. Their results now showing in Xml-file in 2 tables - Failed tests and Successful tests.
I need that results of each test suite was shown in its own tables(Failed and Success), i.e. if I have 2 test suites A and B I want to show 4 tables - A.Failed, A.Success, B.Failed, B.Success in one XML-file.
How can I do so with CppUnit?
Thank you!