Fight the Future

Java言語とJVM、そしてJavaエコシステム全般にまつわること

DbUnitのデータセット・テーブルをソートする

IDataSet sortedDataSet = new SortedDataSet(targetDataSet);
ITable sortedTable = new SortedTable(targetTable, columnsToSort);