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
1   8   1   1
0   6   1   1
1     1  
1    
 
  MssqlJtdsIntegrationTest       Line # 3 1 0% 1 2 0% 0.0
 
No Tests
 
1    package liquibase.dbtest.mssql;
2   
 
3    public class MssqlJtdsIntegrationTest extends AbstractMssqlIntegrationTest {
4   
 
5  0 toggle public MssqlJtdsIntegrationTest() throws Exception {
6  0 super("Mssql", "jdbc:jtds:sqlserver://"+ getDatabaseServerHostname("mssqlJtds") +";databaseName=liquibase");
7    }
8    }