Go编程语言的Hamcrest匹配器-Golang开发

时间:2024-06-15 12:13:14
【文件属性】:

文件名称:Go编程语言的Hamcrest匹配器-Golang开发

文件大小:43KB

文件格式:ZIP

更新时间:2024-06-15 12:13:14

Golang Testing

简介Hamcrest是用于声明式Matcher对象的流利框架,当将其应用于输入值时,它们会产生自我描述的结果。 安装:要进行安装,请从与该目录相同的目录中运行make install简介Hamcrest是用于声明式Matcher对象的流利框架,当将其应用于输入值时,它们会产生自描述结果。 安装:要安装,请从与此README.md文件相同的目录中运行make install。 软件包hamcrest.go提供了几个软件包,您可以根据需要对其进行组装:hamcrest / base:定义Matcher,Result和SelfDescribing类型,并提供工厂函数来创建它们。 (除非您要定义自己的自定义匹配器,否则,


【文件预览】:
hamcrest-master
----logic()
--------logic_test.go(8KB)
--------doc.go(308B)
--------Makefile(281B)
--------logic.go(9KB)
----base()
--------matchers.go(4KB)
--------Makefile(313B)
--------comparison.go(7KB)
--------matcher_test.go(6KB)
--------defs.go(10KB)
----core()
--------comparison_test.go(4KB)
--------core.go(10KB)
--------Makefile(279B)
--------core_test.go(13KB)
----LICENSE(2KB)
----doc.go(465B)
----strings()
--------Makefile(285B)
--------strings.go(14KB)
--------strings_test.go(9KB)
----README.md(10KB)
----Makefile(1KB)
----collections()
--------Makefile(293B)
--------collections_test.go(4KB)
--------collections.go(5KB)
----asserter()
--------asserter_test.go(8KB)
--------Makefile(287B)
--------asserter.go(11KB)
----.gitignore(17B)
----slices()
--------slices_test.go(2KB)
--------Makefile(283B)
--------slices.go(3KB)
----reflect()
--------reflect_test.go(11KB)
--------doc.go(310B)
--------Makefile(285B)
--------reflect.go(14KB)

网友评论