Class TestComparison
java.lang.Object
io.trino.tempto.ProductTest
io.trino.tests.product.functions.operators.TestComparison
public class TestComparison
extends io.trino.tempto.ProductTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object[][]voidtestBetweenOperatorExists(String leftOperand, String rightOperand, String typeName) voidtestEqualOperatorExists(String leftOperand, String rightOperand, String typeName) voidtestGreaterThanOperatorExists(String leftOperand, String rightOperand, String typeName) voidtestGreaterThanOrEqualOperatorExists(String leftOperand, String rightOperand, String typeName) voidtestLessThanOperatorExists(String leftOperand, String rightOperand, String typeName) voidtestLessThanOrEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
-
Constructor Details
-
TestComparison
public TestComparison()
-
-
Method Details
-
operandsProvider
-
testLessThanOperatorExists
-
testGreaterThanOperatorExists
-
testLessThanOrEqualOperatorExists
-
testGreaterThanOrEqualOperatorExists
-
testEqualOperatorExists
-
testBetweenOperatorExists
-