Uses of Enum
io.qt.test.QTest.ComparisonOperation
Packages that use QTest.ComparisonOperation
-
Uses of QTest.ComparisonOperation in io.qt.test
Subclasses with type arguments of type QTest.ComparisonOperation in io.qt.testModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQTest::ComparisonOperationMethods in io.qt.test that return QTest.ComparisonOperationModifier and TypeMethodDescriptionstatic QTest.ComparisonOperationQTest.ComparisonOperation.resolve(int value) Returns the corresponding enum entry for the given value.static QTest.ComparisonOperationReturns the enum constant of this type with the specified name.static QTest.ComparisonOperation[]QTest.ComparisonOperation.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.ComparisonOperationModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
booleanQTest.qCompareOp(QTest.ComparisonOperation op, T t1, T t2, String lhsExpr, String rhsExpr, String file, int line) SeeQTest::qCompareOp<op, T1, T2>(T1&&, T2&&, const char*, const char*, const char*, int) static booleanQTest.reportResult(boolean success, Supplier<String> lhs, Supplier<String> rhs, String lhsExpr, String rhsExpr, QTest.ComparisonOperation op, String file, int line) SeeQTest::reportResult(bool, qxp::function_ref<const char*()>, qxp::function_ref<const char*()>, const char*, const char*, QTest::ComparisonOperation, const char*, int)