Class TestComparison


  • public class TestComparison
    extends io.trino.tempto.ProductTest
    • Constructor Detail

      • TestComparison

        public TestComparison()
    • 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)
      • testBetweenOperatorExists

        public void testBetweenOperatorExists​(String leftOperand,
                                              String rightOperand,
                                              String typeName)