Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b4ad535

Browse files
committed
readme for tests
1 parent a4bd2f8 commit b4ad535

File tree

1 file changed

+2
-4
lines changed
  • Examples/CodePushDemoApp/CodePushDemoAppTests

1 file changed

+2
-4
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11

22
Test Cases
33
---
4-
* QueryUpdateTests
5-
Tests the functionality of querying for new app updates via the SDK
4+
* QueryUpdateTests - Tests the functionality of querying for new app updates via the SDK
65
* testNoRemotePackage - Checks that when the remote server has no update packages available, CodePushSdk.queryUpdate does not return a new package nor throw an error.
76
* testNoRemotePackageWithSameAppVersion - Checks that when the remote server has an update with a different appVersion, the CodePushSdk.queryUpdate does not return a new package nor throw an error.
87
* testFirstUpdate - Checks that when there is no current package (for example, the current build is a fresh install from the app store) and the remote server has a new package, CodePushSdk.queryUpdate returns that new package without throwing an error.
98
* testNewUpdate - Checks that when the remote server has a new package with a different package hash and same version as the current package, CodePushSdk.queryUpdate returns that new package without throwing an error.
109
* testSamePackage - Checks that when the remote server has a package that is identical to the current package, CodePushSdk.queryUpdate does not return a new package nor throw an error.
1110

12-
* ApplyUpdateTests
13-
Tests the functionality of installing new app updates downloaded from the server via the SDK
11+
* ApplyUpdateTests - Tests the functionality of installing new app updates downloaded from the server via the SDK
1412
* testDownloadAndApplyUpdate - Queries for a new update, downloads it and then verifies that from the UI that the new update has been installed.

0 commit comments

Comments
 (0)