Android代码-uri-differ

时间:2022-08-25 23:15:13
【文件属性】:
文件名称:Android代码-uri-differ
文件大小:26KB
文件格式:ZIP
更新时间:2022-08-25 23:15:13
Android代码 URI Differ Simple lib to find diffs between URI and represent it in pretty way. Quick start: Use maven: ru.lanwen.diff uri-differ-lib 1.3.0 Add some code: Get changes: UriDiff changes = UriDiffer.diff() .expected("http://ya.ru").actual("http://yandex.ru").changes(); Print them: String report = changes.report(); Use any report generator with implementing ReportView: String report = changes.report(DefaultUrlDiffView.withDefaultView()); What it returns: Expected Actual R
【文件预览】:
uri-differ-master
----src()
--------test()
--------main()
----.travis.yml(75B)
----LICENSE(1KB)
----README.md(3KB)
----pom.xml(6KB)
----.gitignore(38B)

网友评论