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 Constructor Description TestComparison()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Object[][]operandsProvider()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)
-
-
-
Method Detail
-
operandsProvider
public static Object[][] operandsProvider()
-
testLessThanOperatorExists
public void testLessThanOperatorExists(String leftOperand, String rightOperand, String typeName)
-
testGreaterThanOperatorExists
public void testGreaterThanOperatorExists(String leftOperand, String rightOperand, String typeName)
-
testLessThanOrEqualOperatorExists
public void testLessThanOrEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
-
testGreaterThanOrEqualOperatorExists
public void testGreaterThanOrEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
-
testEqualOperatorExists
public void testEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
-
-