xmatch:流利的JUnitHamcrest匹配器用于XML比较

时间:2024-05-18 00:46:30
【文件属性】:

文件名称:xmatch:流利的JUnitHamcrest匹配器用于XML比较

文件大小:25KB

文件格式:ZIP

更新时间:2024-05-18 00:46:30

Java

概要 该库基于项目提供的功能,提供了流畅的JUnit / Hamcrest匹配器以进行XML比较。 程式码范例 public class XmlMatcherExampleTests { @XmlRootElement ( name = " foo " ) public static class MyJaxbThing { public String bar = " hello world " ; } @Test public void testJaxbElement () { MyJaxbThing thing = new MyJaxbThing (); assertThat(thing, isJaxbObject(equivalentTo( " hello world " )));


【文件预览】:
xmatch-master
----.gitignore(102B)
----src()
--------main()
--------test()
----LICENSE(11KB)
----pom.xml(3KB)
----README.md(1KB)
----.hgignore(116B)

网友评论