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