liquibase.database.core
Class SybaseDatabaseTest

java.lang.Object
  extended by liquibase.database.core.SybaseDatabaseTest

public class SybaseDatabaseTest
extends Object


Constructor Summary
SybaseDatabaseTest()
           
 
Method Summary
 void testGetDatabaseMajorVersionWhenImplemented()
           
 void testGetDatabaseMajorVersionWhenNotImplemented()
           
 void testGetDatabaseMinorVersionWhenImplemented()
           
 void testGetDatabaseMinorVersionWhenNotImplemented()
           
 void testGetViewDefinitionWhenMultipleRows()
           
 void testGetViewDefinitionWhenNoRows()
           
 void testGetViewDefinitionWhenSingleRow()
           
 void testIsSybaseProductName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SybaseDatabaseTest

public SybaseDatabaseTest()
Method Detail

testIsSybaseProductName

public void testIsSybaseProductName()

testGetViewDefinitionWhenNoRows

public void testGetViewDefinitionWhenNoRows()
                                     throws Exception
Throws:
Exception

testGetViewDefinitionWhenSingleRow

public void testGetViewDefinitionWhenSingleRow()
                                        throws Exception
Throws:
Exception

testGetViewDefinitionWhenMultipleRows

public void testGetViewDefinitionWhenMultipleRows()
                                           throws Exception
Throws:
Exception

testGetDatabaseMajorVersionWhenImplemented

public void testGetDatabaseMajorVersionWhenImplemented()
                                                throws Exception
Throws:
Exception

testGetDatabaseMinorVersionWhenImplemented

public void testGetDatabaseMinorVersionWhenImplemented()
                                                throws Exception
Throws:
Exception

testGetDatabaseMajorVersionWhenNotImplemented

public void testGetDatabaseMajorVersionWhenNotImplemented()
                                                   throws Exception
Throws:
Exception

testGetDatabaseMinorVersionWhenNotImplemented

public void testGetDatabaseMinorVersionWhenNotImplemented()
                                                   throws Exception
Throws:
Exception


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.