【发布时间】:2012-11-06 16:15:57
【问题描述】:
DBUnit 建议使用Small Datasets,但我没有发现数据集中包含小数据集的示例。我需要类似于(伪代码)的东西
<dataset>
<!-- this tag is what I am looking for... ;-)-->
<include_other_datasets_which_is_shared_between_different_datasets datasetname="other.xml"/>
<!-- normal xmldataset-definition begins... -->
<table name="foo">...</table>
</dataset>
有什么想法吗?
【问题讨论】: