Commit: 7d310b0142b91d4134365ec3f14e5d815a141fbe
Parent: 678b2f5248b7ff6fd5ba6767dd3ccabaaa376869
Author: Grzegorz Kolodziejczyk <grzegorz.kolodziejczyk@tieto.com>
Committer: Szymon Janc <szymon.janc@tieto.com>
Date: 2013-12-23 17:56:05
Tree: 3084f0223a066e5ff8949f52385f395fb71b0301

android/tester: Refactor HAL callback check This patch removes ID enum in favour of test cases having their own as implementation of callbacks checking test conditions. Now each test case uses it own callback function and within it test conditions are checked, e.g. with property get test case, property and if it's properly cb is checked. Count of expected callback is defined as a number and after calling proper cb, value is decremented. This also changes to generic - property check used within HAL cb.

Diffstat

M android/android-tester.c | 403 ++++++++++++++++++++++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

1 files changed, 185 insertions(+), 218 deletions(-)

View Full Diff | Patch