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:
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!
|
One answer
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Oct 20 '14, 11:51 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As far as I am aware, the common format is JUnit. The other publisher run data massage to create that format, as far as I am aware.
Comments Right, I know that RTC can consume the JUnit format, I am just trying to understand how RTC generate's the hierarchy from that structure.
Does that make sense?
|