Skip to content

Android SDK Unit Testing

This document introduces how to use Android 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-android

Unit Test Code Location

https://github.com/toolsetlink/upgradelink-api-android/blob/main/api/src/test/java/com/toolsetlink/upgradelink/api/SimpleClientTest.java

Execution Steps

  1. Download the code repository

  2. Replace the application's accessKey and accessSecret

  3. Replace the application's unique identifier

  4. Execute the SimpleClientTest test class

  5. View the test results

toolsetlink@163.com