[MOD-2795] Android BLE: Read/Write and Subscribe/Unsubscribe Unit-Tests
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | None |
Status | Closed |
Resolution | Done |
Resolution Date | 2021-01-04T07:55:29.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | BLE |
Labels | android |
Reporter | Akansha Maheshwari |
Assignee | Aakash Jain |
Created | 2020-10-08T13:12:13.000+0000 |
Updated | 2021-01-04T07:55:45.000+0000 |
Description
This covers unit-tests handling/implementation for Story MOD-2694, Read/ Write and subscribe/unsubscribe from peripheral.
This covers UTs for below code:
Peripheral class: Methods: writeValueForDescriptior, subscribeToCharacterstic, readValueForCharacterstic, unSubscribeFromChatacterstic, readValueForDescriptor, writeValueForCharacterstic.
PR: https://github.com/appcelerator/appcelerator.ble/pull/68