}
@Override
public IDatabaseConnection create() {
try {
IDatabaseConnection dbUnitConn = new MsSqlConnection(this.getConnection());
return dbUnitConn;
} catch (DatabaseUnitException e) {
throw new IllegalStateException(
"It's not possible to create a MsSqlServer DbUnit connection: "
+ e.getMessage(), e);