net.sf.farrago.test.regression
Class FarragoCalcSystemTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.eigenbase.test.DiffTestCase
net.sf.farrago.test.ResultSetTestCase
net.sf.farrago.test.FarragoTestCase
net.sf.farrago.test.regression.FarragoCalcSystemTest
- All Implemented Interfaces:
- Test
public class FarragoCalcSystemTest
- extends FarragoTestCase
This class contains tests that do full vertical system testing downto the
calculator (java / fennel).
- Since:
- April 19, 2004
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/test/regression/FarragoCalcSystemTest.java#41 $
- Author:
- Wael Chatila
Methods inherited from class net.sf.farrago.test.FarragoTestCase |
forceShutdown, getJdbcUri, getSession, getTestlogRoot, getTestlogRootStatic, newConnection, newJdbcEngineDriver, restoreParameters, restoreParameters, runCleanup, runSqlLineTest, runSqlLineTest, saveParameters, saveParameters, setRefFileDiffMasks, shouldDiff, staticSetUp, staticTearDown, tearDown, tearDownImpl, wrappedSuite, wrappedSuite |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
opTab
private static final SqlStdOperatorTable opTab
javaTab
private static FarragoOJRexImplementorTable javaTab
fennelTab
private static CalcRexImplementorTable fennelTab
sqlToExecute
String sqlToExecute
vm
FarragoCalcSystemTest.VirtualMachine vm
FarragoCalcSystemTest
public FarragoCalcSystemTest(FarragoCalcSystemTest.VirtualMachine vm,
String sql,
String testName)
throws Exception
- Throws:
Exception
suite
public static Test suite()
throws Exception
- Throws:
Exception
addTestsForOp
private static void addTestsForOp(SqlOperator op,
TestSuite suite,
FarragoCalcSystemTest.VirtualMachine vm)
throws Exception
- Throws:
Exception
findRules
private static SqlTypeFamily[] findRules(SqlOperandTypeChecker otc)
setUp
protected void setUp()
throws Exception
- Overrides:
setUp
in class FarragoTestCase
- Throws:
Exception
runTest
protected void runTest()
throws Throwable
- Overrides:
runTest
in class TestCase
- Throws:
Throwable