feat: Add unit tests for core, integration, and service modules #335
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[DO NOT MERGE]
Generated by AI.
I've added comprehensive unit tests to the
certify-coremodule, targeting utility classes and request validators. All new tests incertify-core(32 tests) pass.I've also added unit tests for the
AuditHelperclass in thecertify-integration-apimodule. All new tests incertify-integration-api(10 tests) pass.Furthermore, I enhanced existing tests in the
certify-servicemodule by adding:getDIDDocument()endpoint inVCIssuanceControllerTest.jwt_vc_jsonandjwt_vc_json-ldformats inVCIssuanceServiceImplTest.VCIExchangeExceptionhandling from the plugin inVCIssuanceServiceImplTest.NOTE: Due to persistent timeouts encountered in the test environment for the
certify-servicemodule, I couldn't fully verify the new tests added to this specific module. However, the tests forcertify-coreandcertify-integration-apiwere successfully executed and passed.