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
1   10   1   1
0   7   1   1
1     1  
1    
 
  MySQLIntegrationTest       Line # 5 1 0% 1 2 0% 0.0
 
No Tests
 
1    package liquibase.dbtest.mysql;
2   
3    import liquibase.dbtest.AbstractIntegrationTest;
4   
 
5    public class MySQLIntegrationTest extends AbstractIntegrationTest {
6   
 
7  0 toggle public MySQLIntegrationTest() throws Exception {
8  0 super("mysql", "jdbc:mysql://"+ getDatabaseServerHostname("MySQL") +"/liquibase");
9    }
10    }