summaryrefslogtreecommitdiffstats
path: root/src/plugins/bearer/connman
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2022-01-12 10:40:08 +0100
committerMorten Sørvig <morten.sorvig@qt.io>2022-06-29 15:09:02 +0200
commit122aa530d6b335d582f9809d53614ac48211f086 (patch)
treea4353f1b9f9be23ec692ab44a088f11207513767 /src/plugins/bearer/connman
parentc27cca5c3421b08253535cfcfb9dd414986c7653 (diff)
wasm: add qtwasmtestlib
qtwasmtestlib supports writing asynchronous tests for the web platform. Asynchronous test functions differ from normal test functions in that they allow returning from the test function before the test has completed: void TestObject::testTimer() { QTimer::singleShot(100, [](){ completeTestFunction(); // Test pass if we get here }); } Currently one logging backend is supported which writes the results to an html element. See the README file for further documentation. Change-Id: Ia633ad3f41a653e40d6bf35dd09d62a97c608f84 Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/plugins/bearer/connman')
0 files changed, 0 insertions, 0 deletions