import br.com.triadworks.dbunit.resolver.DefaultDbUnitDataSetResolver;
public class MsSqlServerWithInsertableIdDbUnitManagerImpl extends MsSqlServerDbUnitManagerImpl {
public MsSqlServerWithInsertableIdDbUnitManagerImpl(DataSource dataSource) {
this(new CachedDbUnitConnectionCreator(
new MsSqlServerDbUnitConnectionCreator(dataSource)),
new DefaultDbUnitDataSetResolver());
}