Uses of Enum
io.qt.test.QTest.TestFailMode
Packages that use QTest.TestFailMode
-
Uses of QTest.TestFailMode in io.qt.test
Methods in io.qt.test that return QTest.TestFailModeModifier and TypeMethodDescriptionstatic QTest.TestFailModeQTest.TestFailMode.resolve(int value) Returns the corresponding enum entry for the given value.static QTest.TestFailModeReturns the enum constant of this type with the specified name.static QTest.TestFailMode[]QTest.TestFailMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.test with parameters of type QTest.TestFailModeModifier and TypeMethodDescriptionstatic voidQTest.QEXPECT_FAIL(String dataIndex, String comment, QTest.TestFailMode mode) static booleanQTest.qExpectFail(String dataIndex, String comment, QTest.TestFailMode mode, String file, int line)