• 测试技术
  • 博客
  • 视频
  • 开源
  • 论坛
  • 沙龙
  • 下载
  • 杂志
  • 招聘

字号: | 推荐给好友 上一篇 | 下一篇

追求代码质量: 探究 XMLUnit

发布: 2008-6-23 17:53 | 作者: 不详 | 来源: 领测软件测试网编辑整理 | 查看: 20次 | 进入领测软件测试网论坛讨论

领测软件测试网 软件测试技术网%cQ1jm6iXsn

S5V"d I/@p%\Y_8a private Dependency[] getDependencies(){软件测试技术网{!r4dL sm:i(SH
  Dependency[] deps = new Dependency[2];
d gF+{"SI'kU  deps[0] = new Dependency("com.acme.resource.Configuration");软件测试技术网N,wl/wK)w;l
  deps[1] = new Dependency("com.acme.xml.Document");
n b Wuq*pp?7s,rr  return deps;软件测试技术网 S-tAs_
 }

5k#ok}eV"J 软件测试技术网N M9OI;\*uc

 public void testToXML() {
"VD0k,p"uH  Date now = new Date();
W2aCc]$YEi  BatchDependencyXMLReport report = 软件测试技术网,L N/_O xF4uK\
   new BatchDependencyXMLReport(now, this.getFilters());

g1R1|?'Bh,q 软件测试技术网$ZoDFI|i T

  report.addTargetAndDependencies(
[| Y+K#ZJ]B    "com.acme.web.Widget", this.getDependencies());软件测试技术网 PTt(V],H8RQ;sb
  report.addTargetAndDependencies(