C# SDK Unit Testing
This guide introduces how to use the C# SDK for unit testing. After modifying the unit test code, you can directly test the interface return results.
Unit Test Code Location
Repository
https://github.com/toolsetlink/upgradelink-api-csharp
Unit Test Code Location
https://github.com/toolsetlink/upgradelink-api-csharp/blob/main/test/ClientTests.cs
Execution Steps
Download the repository
Replace the application accessKey and accessSecret
Replace the application unique identifier
Execute the ClientTests test class
View the test results