Represents a unit test case. More. ... import QtQuick 2.0 import QtTest 1.2 TestCase { name: "MathTests" function test_math() { compare(2 + 2, 4, ...
確定! 回上一頁