import QtTest 1.0 TestCase { name: "A" function test_the_thing() { thing.doit(); } Thing { id: thing } }