-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INJICERT-331] Added unit tests for validators and certify issuance service #165
Conversation
…ervice Signed-off-by: Piyush7034 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
imo, we should exclude repositories package from the unit test coverage calculation and avoid writing either business logic inside there unless there's a good reason to do so
certify-service/src/test/java/io/mosip/certify/VCICacheServiceTest.java
Outdated
Show resolved
Hide resolved
08707ea
to
3e498c4
Compare
certify-service/src/test/java/io/mosip/certify/VCICacheServiceTest.java
Outdated
Show resolved
Hide resolved
certify-service/src/test/java/io/mosip/certify/proof/ProofValidatorFactoryTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
3e498c4
to
37498d3
Compare
Signed-off-by: Piyush7034 <[email protected]>
785885b
to
1209903
Compare
certify-service/src/test/java/io/mosip/certify/filter/AccessTokenValidationFilterTest.java
Outdated
Show resolved
Hide resolved
...e/src/test/java/io/mosip/certify/proofgenerators/Ed25519Signature2018ProofGeneratorTest.java
Outdated
Show resolved
Hide resolved
...e/src/test/java/io/mosip/certify/proofgenerators/Ed25519Signature2020ProofGeneratorTest.java
Outdated
Show resolved
Hide resolved
...e/src/test/java/io/mosip/certify/proofgenerators/Ed25519Signature2018ProofGeneratorTest.java
Outdated
Show resolved
Hide resolved
...rvice/src/test/java/io/mosip/certify/proofgenerators/RSASignature2018ProofGeneratorTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Piyush7034 <[email protected]>
1209903
to
05fd590
Compare
No description provided.