-
Notifications
You must be signed in to change notification settings - Fork 285
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
test(aries): refactor jest test negative test cases #3473
Labels
Comments
ashnashahgrover
added a commit
to ashnashahgrover/cacti
that referenced
this issue
Aug 12, 2024
Primary Changes ---------------- 1. Refactored all the negative test case exception assertions for cactus-plugin-ledger-connector-aries. Removed try-catch blocks, replaced with declarations through jest-extended's own API. Fixes hyperledger-cacti#3473 Signed-off-by: ashnashahgrover <ashnashahgrover777@gmail.com>
5 tasks
ashnashahgrover
added a commit
to ashnashahgrover/cacti
that referenced
this issue
Aug 12, 2024
Primary Changes ---------------- 1. Refactored all the negative test case exception assertions for cactus-plugin-ledger-connector-aries. Removed try-catch blocks, replaced with declarations through jest-extended's own API. Fixes hyperledger-cacti#3473 Signed-off-by: ashnashahgrover <ashnashahgrover777@gmail.com>
jagpreetsinghsasan
added
P3
Priority 3: Medium
good-first-issue-100-introductory
labels
Aug 13, 2024
ashnashahgrover
added a commit
to ashnashahgrover/cacti
that referenced
this issue
Aug 16, 2024
Primary Changes ---------------- 1. Refactored all the negative test case exception assertions for cactus-plugin-ledger-connector-aries. Removed try-catch blocks, replaced with declarations through jest-extended's own API. Fixes hyperledger-cacti#3473 Signed-off-by: ashnashahgrover <ashnashahgrover777@gmail.com>
outSH
pushed a commit
to ashnashahgrover/cacti
that referenced
this issue
Aug 22, 2024
Primary Changes ---------------- 1. Refactored all the negative test case exception assertions for cactus-plugin-ledger-connector-aries. Removed try-catch blocks, replaced with declarations through jest-extended's own API. Fixes hyperledger-cacti#3473 Signed-off-by: ashnashahgrover <ashnashahgrover777@gmail.com>
github-project-automation
bot
moved this from In review
to Done
in Cacti_Scrum_Project_v2_Release
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Refactor all the negative test case exception assertions for cactus-plugin-ledger-connector-aries so that they do not use try-catch blocks but instead declare the requirements through Jest's (and jest-extended's) own API.
The parent issue with a much more detailed explanation of what's needed and code examples on how to do it:
Parent Issue: https://github.com/hyperledger/cacti/issues/3455
Acceptance Criteria
Test passes the same as before
Negative test case assertions have been migrated the way it is explained in the parent issue.
The text was updated successfully, but these errors were encountered: