lets use android as an example, that close() function needs:
1, kill adb process in PC for this NicoAndroid instance
2, close apk process in Android Device
3, do not affect other Running Devices when we are running multi cases on different Devices by one PC.
(adb port is not same)
Finally, it should be OK when we rerun same case for many times(call close() function at the end for each time)
lets use android as an example, that close() function needs: 1, kill adb process in PC for this NicoAndroid instance 2, close apk process in Android Device 3, do not affect other Running Devices when we are running multi cases on different Devices by one PC. (adb port is not same)
Finally, it should be OK when we rerun same case for many times(call close() function at the end for each time)