Index: unittests/tst_utilities.h =================================================================== diff -u -re02b2d465b145702dc41965b2e7da154857eea75 -r805119c460b4a266d6401c8705f4427e7fbe270f --- unittests/tst_utilities.h (.../tst_utilities.h) (revision e02b2d465b145702dc41965b2e7da154857eea75) +++ unittests/tst_utilities.h (.../tst_utilities.h) (revision 805119c460b4a266d6401c8705f4427e7fbe270f) @@ -30,21 +30,13 @@ private slots: - // void initTestCase_data(); + void tst_getValue_len(); + void tst_floatCompare_noMatch(); + void tst_floatCompare_isMatch(); + void tst_getbits_NoError(); + void tst_getbits_IsError(); + void tst_fromvariant_NoString(); + void tst_fromvariant_IsString(); - // will be called before the first test function is executed. - // void initTestCase(); - - // will be called before each test function is executed. - // void init(); - - // will be called after every test function. - // void cleanup(); - - // will be called after the last test function was executed. - // void cleanupTestCase(); - - void getValue_len(); - };