Dart SDK Unit Testing
This article introduces how to use Dart SDK for unit testing.
After modifying the unit test code, you can directly test the interface return results.
Unit Test Code Location
Code Repository
https://github.com/toolsetlink/upgradelink-api-dart
Unit Test Code Location
https://github.com/toolsetlink/upgradelink-api-dart/blob/main/test/upgrade_api_dart_test.dart
Execution Steps
Download the code repository
Replace the application's accessKey and accessSecret
Replace the application's unique identifier
Execute the upgrade_api_dart_test.dart test file
View the test results