Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-63204

Testlib: Redesign data driven test functionality (QTest::addColumn()/newRow(), QTest::addRow(), QFETCH)

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • None
    • Testing: qtestlib

      QTestLib's functions for data driven are currently slow since everything is converted/stored in a 2 dimensional array of QVariant.

      This needs to be rethought in terms of C++ 11 . Conceivably, coroutines/generators yielding std::tuples of data could be employed.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            macadder Jason McDonald
            kleint Friedemann Kleint
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes