aboutsummaryrefslogtreecommitdiff
path: root/tests/client/convertertest.cpp
Commit message (Expand)AuthorAgeFilesLines
* ConverterTest: add checks for tuples and listsMarco Trevisan (Treviño)2016-10-251-0/+3
* Add conversion tests for maps and lists to QVariantMarco Trevisan (Treviño)2016-10-241-0/+12
* converterTest: add tests for toQVariantFromVariantStringMarco Trevisan (Treviño)2016-10-241-0/+26
* convertertest: add tests for converting to QVariantMarco Trevisan (Treviño)2016-10-241-4/+62
* converterTest: QVERIFY comparison return valueMarco Trevisan (Treviño)2016-10-241-2/+2
* remove deprecated g_type_init() callsMarco Trevisan (Treviño)2016-10-221-2/+2
* convertertest: create QGVariantType wrapper to avoid reinterperating a QStringMarco Trevisan (Treviño)2016-10-221-19/+35
* convertertest: repeat tests using test dataMarco Trevisan (Treviño)2016-10-221-81/+26
* ConverterTest: use data in the testSchemaConvertMarco Trevisan (Treviño)2016-10-221-15/+31
* convertertest: add tests for [U]LongLong convertersMarco Trevisan (Treviño)2016-10-171-0/+12
* converterTest: split tests by typeMarco Trevisan (Treviño)2016-10-171-2/+35
* Added toGVariantWithSchema for UnityMenuModel::changeStateNick Dedekind2013-08-151-0/+53
* Implemented support to tuple conversions.Renato Araujo Oliveira Filho2012-11-221-0/+28
* Removed QtTestGui include from tests.Renato Araujo Oliveira Filho2012-10-311-1/+1
* Created unit test for QVariantMap conversion;Renato Araujo Oliveira Filho2012-10-151-2/+4
* Replace #include statements with forward declarations in converter.h.Olivier Tilloy2012-10-041-0/+4
* Created function to convert from QVariant to GVariant.Renato Araujo Oliveira Filho2012-09-141-0/+91