net.sf.farrago.test
Class FarragoRepositoryTest
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.FarragoRepositoryTest
- All Implemented Interfaces:
- Test
public class FarragoRepositoryTest
- extends FarragoTestCase
FarragoRepositoryTest contains unit tests for the repository.
- Version:
- $Id: //open/dev/farrago/src/net/sf/farrago/test/FarragoRepositoryTest.java#14 $
- Author:
- John V. Sichi
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 |
FarragoRepositoryTest
public FarragoRepositoryTest(String testName)
throws Exception
- Creates a new FarragoRepositoryTest object.
- Parameters:
testName
- JUnit test name
- Throws:
Exception
- .
suite
public static Test suite()
testTags
public void testTags()
- Tests
FarragoRepos
interface for tags manipulation.
testObjIntegrityVerificationPass
public void testObjIntegrityVerificationPass()
testObjIntegrityVerificationFail
public void testObjIntegrityVerificationFail()
stripDollarImpl
private String stripDollarImpl(String str)
testDefaultCharacterSet
public void testDefaultCharacterSet()
testInvalidCharFilter
public void testInvalidCharFilter()
throws Exception
- Throws:
Exception