xUnit results structure?
Trying to get a handle on what the structure of the xUnit results are and how they manifest in the RTC build results.
From what I can tell it seems like there is a hierarchy in the RTC build result for xUnit results; it appears to be something like:
- component/module
- classname
- test suite
- test case
Something like that I think. Does anyone know if there exists some explanation on what the structure is and how it maps to xUnit test results please?
Thanks in advance!