Clover Coverage Report - Liquibase Integration Tests 2.0.2
Coverage timestamp: Wed Dec 31 1969 19:00:00 EST
../../../img/srcFileCovDistChart0.png 0% of files have more coverage
2   17   2   1
0   11   1   2
2     1  
1    
 
  SybaseASAIntegrationTest       Line # 5 2 0% 2 4 0% 0.0
 
No Tests
 
1    package liquibase.dbtest.asany;
2   
3    import liquibase.dbtest.AbstractIntegrationTest;
4   
 
5    public class SybaseASAIntegrationTest extends AbstractIntegrationTest {
6   
 
7  0 toggle public SybaseASAIntegrationTest() throws Exception {
8  0 super( "asany", "jdbc:sybase:Tds:"+ getDatabaseServerHostname("SybaseASA") +":9810/servicename=prior");
9    }
10   
11   
 
12  0 toggle @Override
13    protected boolean shouldRollBack() {
14  0 return false;
15    }
16   
17    }