public class GenVectorTestCode extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GenVectorTestCode.TestSuiteClassName |
| Constructor and Description |
|---|
GenVectorTestCode(String testOutputDir,
String testTemplateDirectory) |
| Modifier and Type | Method and Description |
|---|---|
void |
addColumnColumnFilterTestCases(String vectorExpClassName,
String inputColumnVectorType1,
String inputColumnVectorType2,
String operatorSymbol) |
void |
addColumnColumnOperationCheckedTestCases(String vectorExpClassName,
String inputColumnVectorType1,
String inputColumnVectorType2,
String outputColumnVectorType,
boolean isReturnTypeLong) |
void |
addColumnColumnOperationTestCases(String vectorExpClassName,
String inputColumnVectorType1,
String inputColumnVectorType2,
String outputColumnVectorType) |
void |
addColumnScalarFilterTestCases(boolean op1IsCol,
String vectorExpClassName,
String inputColumnVectorType,
String scalarType,
String operatorSymbol) |
void |
addColumnScalarOperationCheckedTestCases(boolean op1IsCol,
String vectorExpClassName,
String inputColumnVectorType,
String outputColumnVectorType,
String scalarType,
boolean isReturnTypeLong) |
void |
addColumnScalarOperationTestCases(boolean op1IsCol,
String vectorExpClassName,
String inputColumnVectorType,
String outputColumnVectorType,
String scalarType) |
void |
generateTestSuites() |
public void addColumnScalarOperationCheckedTestCases(boolean op1IsCol,
String vectorExpClassName,
String inputColumnVectorType,
String outputColumnVectorType,
String scalarType,
boolean isReturnTypeLong)
throws IOException
IOExceptionpublic void addColumnScalarOperationTestCases(boolean op1IsCol,
String vectorExpClassName,
String inputColumnVectorType,
String outputColumnVectorType,
String scalarType)
throws IOException
IOExceptionpublic void addColumnScalarFilterTestCases(boolean op1IsCol,
String vectorExpClassName,
String inputColumnVectorType,
String scalarType,
String operatorSymbol)
throws IOException
IOExceptionpublic void addColumnColumnOperationCheckedTestCases(String vectorExpClassName, String inputColumnVectorType1, String inputColumnVectorType2, String outputColumnVectorType, boolean isReturnTypeLong) throws IOException
IOExceptionpublic void addColumnColumnOperationTestCases(String vectorExpClassName, String inputColumnVectorType1, String inputColumnVectorType2, String outputColumnVectorType) throws IOException
IOExceptionpublic void addColumnColumnFilterTestCases(String vectorExpClassName, String inputColumnVectorType1, String inputColumnVectorType2, String operatorSymbol) throws IOException
IOExceptionpublic void generateTestSuites()
throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.