Skip to content

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

  1. Download the repository

  2. Replace the application accessKey and accessSecret

  3. Replace the application unique identifier

  4. Execute the ClientTests test class

  5. View the test results

toolsetlink@163.com