hedera-smart-contracts
hedera-smart-contracts copied to clipboard
Create end to end tests for atomic crypto transfer
Problem
Tests are needed to exercise the atomic crypto transfer functionality
Solution
Write tests that show:
- basic transfers of hbars, fungible and non-fungible tokens in various combinations.
- write negative tests to show transfer failure when approval and allowance are not present.
- write negative tests to show transfer failure when keys are not present. Additional test as enumerated in this issue
Alternatives
No response