You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we have unit tests written for every major object available in the SDK, there is currently nothing to test the functionality of actually using the SDK to communicate with a Hedera network. Without it, there is no way to guarantee the SDK will actually be able to function properly as a means to execute requests on a Hedera network.
Solution
Develop a suite of integration tests that will test the following:
Problem
While we have unit tests written for every major object available in the SDK, there is currently nothing to test the functionality of actually using the SDK to communicate with a Hedera network. Without it, there is no way to guarantee the SDK will actually be able to function properly as a means to execute requests on a Hedera network.
Solution
Develop a suite of integration tests that will test the following:
Account
- Integration tests for create and execute request #263Contract
- Integration tests for create and execute request #264Alternatives
N/A
The text was updated successfully, but these errors were encountered: