Uses of Class
io.qt.test.QTest.QBenchmarkIterationController.RunMode
Package | Description |
---|---|
io.qt.test |
-
Uses of QTest.QBenchmarkIterationController.RunMode in io.qt.test
Methods in io.qt.test that return QTest.QBenchmarkIterationController.RunMode Modifier and Type Method Description static QTest.QBenchmarkIterationController.RunMode
QTest.QBenchmarkIterationController.RunMode. resolve(int value)
Returns the corresponding enum entry for the given value.static QTest.QBenchmarkIterationController.RunMode
QTest.QBenchmarkIterationController.RunMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTest.QBenchmarkIterationController.RunMode[]
QTest.QBenchmarkIterationController.RunMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.test with parameters of type QTest.QBenchmarkIterationController.RunMode Constructor Description QBenchmarkIterationController(QTest.QBenchmarkIterationController.RunMode runMode)