|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.farrago.test.FarragoSqlOperatorsSuite
public class FarragoSqlOperatorsSuite
FarragoSqlOperatorsSuite runs operator tests defined in SqlOperatorTests
against a Farrago database.
The entry point is the suite()
method.
Nested Class Summary | |
---|---|
static class |
FarragoSqlOperatorsSuite.FarragoAutoVmOperatorTest
Implementation of SqlOperatorTests which runs all tests in
Farrago with a hybrid calculator. |
static class |
FarragoSqlOperatorsSuite.FarragoFennelVmOperatorTest
Implementation of SqlOperatorTests which runs all tests in
Farrago with a C++ calculator. |
static class |
FarragoSqlOperatorsSuite.FarragoJavaVmOperatorTest
Implementation of SqlOperatorTests which runs all tests in
Farrago with a pure-Java calculator. |
protected static class |
FarragoSqlOperatorsSuite.FarragoSqlTester
Implementation of AbstractSqlTester , leveraging connection setup
and result set comparison from the class FarragoTestCase . |
static class |
FarragoSqlOperatorsSuite.FarragoVmOperatorTestBase
Base class for all tests which test operators against a particular virtual machine. |
private static class |
FarragoSqlOperatorsSuite.MyFarragoTestCase
Helper class. |
Field Summary | |
---|---|
private static SqlTypeFactoryImpl |
sqlTypeFactory
|
Constructor Summary | |
---|---|
protected |
FarragoSqlOperatorsSuite()
|
Method Summary | |
---|---|
static TestSuite |
suite()
Entry point for JUnit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final SqlTypeFactoryImpl sqlTypeFactory
Constructor Detail |
---|
protected FarragoSqlOperatorsSuite()
Method Detail |
---|
public static TestSuite suite()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |