aboutsummaryrefslogtreecommitdiffstats
path: root/fsotest
Commit message (Expand)AuthorAgeFilesLines
* Bump required vala version of all components to 0.14.2Simon Busch2012-02-141-1/+1
* fsotest: append expected and actual values to test result outputSimon Busch2012-02-141-2/+33
* fsotest: add test case for org.freesmartphone.GSM.Device.GetFeaturesSimon Busch2012-02-141-0/+12
* fsotest: add test cases for org.freesmartphone.GSM.Device.SetFunctionality/Ge...Simon Busch2012-02-142-0/+50
* fsotest: extend assert methods to carry a informative text message for test r...Simon Busch2012-02-141-11/+17
* fsotest: log results directly when test case is finishedSimon Busch2012-02-142-13/+10
* fsotest: implement simple class to store and represent result of our testsSimon Busch2012-02-145-19/+56
* fsotest: usage: split resource request / release test caseSimon Busch2012-01-271-4/+11
* fsotest: split gsm tests and add one to test initial device functionalitySimon Busch2012-01-271-4/+36
* Bump required vala version of all components to 0.14.1 (which is wrong anyway)Simon Busch2012-01-271-1/+1
* fsotest: provide add_test and add_async_test methods in the fixture classSimon Busch2011-12-144-69/+94
* fsotest: add multiple signal watcher classSimon Busch2011-12-142-0/+90
* fsotest: add config file (only with basic logging settings now)Simon Busch2011-12-105-0/+29
* fsotest: testgsm: check for unavailable functionality cause of wrong service ...Simon Busch2011-12-102-0/+30
* fsotest: testgsm: only check for mandatory entries in network status messageSimon Busch2011-12-101-2/+3
* fsotest: add a test case to validate initial state of the GSM serviceSimon Busch2011-12-082-2/+46
* fsotest: when one test of a fixture fails all other tests of the same fixture...Simon Busch2011-12-084-10/+54
* fsotest: add first test cases for GSM APISimon Busch2011-12-083-0/+115
* fsotest: initial implementation which already tests the usage APISimon Busch2011-12-0821-0/+1614