net.sf.farrago.test
Class FarragoSqlRunnerTest
java.lang.Object
   junit.framework.Assert
junit.framework.Assert
       junit.framework.TestCase
junit.framework.TestCase
           org.eigenbase.test.DiffTestCase
org.eigenbase.test.DiffTestCase
               net.sf.farrago.test.ResultSetTestCase
net.sf.farrago.test.ResultSetTestCase
                   net.sf.farrago.test.FarragoTestCase
net.sf.farrago.test.FarragoTestCase
                       net.sf.farrago.test.FarragoSqlRunnerTest
net.sf.farrago.test.FarragoSqlRunnerTest
- All Implemented Interfaces: 
- Test
- public class FarragoSqlRunnerTest 
- extends FarragoTestCase
Rudimentary JUnit tests for the SqlRunner class.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/test/FarragoSqlRunnerTest.java#8 $
- Author:
- chard
 
 
 
 
 
 
 
 
| Methods inherited from class net.sf.farrago.test.FarragoTestCase | 
| forceShutdown, getJdbcUri, getSession, getTestlogRoot, getTestlogRootStatic, newConnection, newJdbcEngineDriver, restoreParameters, restoreParameters, runCleanup, runSqlLineTest, runSqlLineTest, saveParameters, saveParameters, setRefFileDiffMasks, setUp, 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 | 
 
 
userName
private static final String userName
- See Also:
- Constant Field Values
password
private static final String password
serverUrl
private String serverUrl
testScript
private String testScript
FarragoSqlRunnerTest
public FarragoSqlRunnerTest(String testName)
                     throws Exception
- Throws:
- Exception
testNullPath
public void testNullPath()
- 
 
testNullUrl
public void testNullUrl()
- 
 
testNullUser
public void testNullUser()
- 
 
testInvalidPath
public void testInvalidPath()
- 
 
testInvalidUrl
public void testInvalidUrl()
- 
 
testInvalidUser
public void testInvalidUser()
- 
 
testScript
public void testScript()
                throws SQLException
- 
- Throws:
- SQLException
 
testScriptWithRedirect
public void testScriptWithRedirect()
                            throws IOException,
                                   SQLException
- 
- Throws:
- IOException
- SQLException