タグ

ブックマーク / xmlunit.sourceforge.net (1)

  • <XmlUnit/>

    For those of you who've got into it you'll know that test driven development is great. It gives you the confidence to change code safe in the knowledge that if something breaks you'll know about it. Except for those bits you don't know how to test. Until now XML has been one of them. Oh sure you can use "<stuff></stuff>".equals("<stuff></stuff>"); but is that really gonna work when some joker deci

    takezoe
    takezoe 2009/06/24
    XML構造のアサートができる
  • 1