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 |
addColumnColumnOperationTestCases(String vectorExpClassName,
String inputColumnVectorType1,
String inputColumnVectorType2,
String outputColumnVectorType) |
void |
addColumnScalarFilterTestCases(boolean op1IsCol,
String vectorExpClassName,
String inputColumnVectorType,
String scalarType,
String operatorSymbol) |
void |
addColumnScalarOperationTestCases(boolean op1IsCol,
String vectorExpClassName,
String inputColumnVectorType,
String outputColumnVectorType,
String scalarType) |
void |
generateTestSuites() |
public 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 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 © 2017 The Apache Software Foundation. All rights reserved.