summaryrefslogtreecommitdiffstats
path: root/test/test-mock.c
Commit message (Collapse)AuthorAgeFilesLines
* More meaningful async testMatthias Vogelgesang2012-04-171-4/+9
| | | | | Before we just checked that the callback was called. Now we check that it is called as often as expected.
* Fix property settingMatthias Vogelgesang2012-04-171-2/+2
|
* Quick fix for openSUSE 11.3 with GLib 2.24Matthias Vogelgesang2012-03-081-3/+3
|
* Add factory method to create new camerasMatthias Vogelgesang2012-03-051-0/+9
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-051-3/+32
|
* Fix error handlingMatthias Vogelgesang2012-03-051-0/+1
| | | | Obviously, unit tests pay off.
* Use property notification instead of signalMatthias Vogelgesang2012-03-051-8/+42
| | | | | | | Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself.
* Add mock testMatthias Vogelgesang2012-03-051-0/+98