Clover Coverage Report - Liquibase Integration Tests 2.0.3-SNAPSHOT
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    
 
  DerbyIntegrationTest       Line # 5 2 0% 2 4 0% 0.0
 
No Tests
 
1    package liquibase.dbtest.derby;
2   
3    import liquibase.dbtest.AbstractIntegrationTest;
4   
 
5    public class DerbyIntegrationTest extends AbstractIntegrationTest {
6   
7   
 
8  0 toggle public DerbyIntegrationTest() throws Exception {
9  0 super("derby", "jdbc:derby:liquibase;create=true");
10    }
11   
 
12  0 toggle @Override
13    protected boolean shouldRollBack() {
14  0 return false;
15    }
16   
17    }