As part of CoRIM Store Integration work undertaken via PR #383
The Scheme Interfaces were re-organized. However during this work, important Scheme Specific Unit Tests were Not ported. leaving a big hole, in unit testing.
For Example, taking one simple example of Scheme arm-cca Unit tests for:
ValidateEvidenceIntegrity()
AppraiseClaims()
GetTrustAnchorIDs()
etc...
are omitted.
These needs to be re-instated, as these tests are valuable to:
- Understand the structure of Evidence Claims from Unit tests
- Check Sanity when some logic is modified subsequently to initial implementation.