You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1827
* The JUnit structures are bases on those taken from the `test_runner` but applying some fixes like reducing the number of nullable fields.
* The `JUnit.xsd` is added just for convenience as a referential scheme.
## Test Plan
> How do we know the code works?
Unit tests pass
## Checklist
- [x] Documented
- [x] Unit tested
Description
Basing output structures which are representing parsed output from
am instrument -r -w
Prepare function for generating JUnitReport.
Requirement
The implementation should allow generating one JUnitReport from many test results.
API
Input
List of logs from many executions
reference - https://github.com/Flank/flank/blob/9775e46f920329640e58dfae821fbe2958643150/corellium/log/src/main/kotlin/flank/corellium/log/Parser.kt
Output
reference - Reuse structure described in #1757
The text was updated successfully, but these errors were encountered: