public class Comparison extends io.prestosql.tempto.ProductTest
| Constructor and Description |
|---|
Comparison() |
| Modifier and Type | Method and Description |
|---|---|
static Object[][] |
operandsProvider() |
void |
testBetweenOperatorExists(String leftOperand,
String rightOperand,
String typeName) |
void |
testEqualOperatorExists(String leftOperand,
String rightOperand,
String typeName) |
void |
testGreaterThanOperatorExists(String leftOperand,
String rightOperand,
String typeName) |
void |
testGreaterThanOrEqualOperatorExists(String leftOperand,
String rightOperand,
String typeName) |
void |
testLessThanOperatorExists(String leftOperand,
String rightOperand,
String typeName) |
void |
testLessThanOrEqualOperatorExists(String leftOperand,
String rightOperand,
String typeName) |
public static Object[][] operandsProvider()
public void testLessThanOperatorExists(String leftOperand, String rightOperand, String typeName)
public void testGreaterThanOperatorExists(String leftOperand, String rightOperand, String typeName)
public void testLessThanOrEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
public void testGreaterThanOrEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
public void testEqualOperatorExists(String leftOperand, String rightOperand, String typeName)
Copyright © 2012–2019. All rights reserved.