没有合适的资源?快使用搜索试试~ 我知道了~
the_array_comparator:可用于与具有一致 api 的数组进行比较。 它还支持缓存以前的比较运行..
共67个文件
rb:48个
md:6个
yml:2个
需积分: 5 0 下载量 200 浏览量
2021-06-13
08:40:08
上传
评论
收藏 42KB ZIP 举报
温馨提示
数组比较器 Array Comparator 允许您添加多个检查,分别比较两个数组。 通过这种方式,它可以让您编写更简洁的测试并使命令行环境中的错误检测更容易——。 如果您有兴趣,请查看。 它还支持缓存以前的比较运行以减少每次后续运行的时间 - 如果没有添加进一步的检查。 安装 将此行添加到应用程序的 Gemfile 中: gem 'the_array_comparator' 然后执行: $ bundle 或者自己安装: $ gem install the_array_comparator 用法 目前支持以下策略 支持的支票搜索策略 战略 描述 :contains_all 如果所有给定的关键字都是数据的一部分,则为真 :contains_any 如果任何给定的关键字是数据的一部分,则为真 :not_contains 如果给定的关键字不是数据的一部分,则为真 :cont
资源推荐
资源详情
资源评论
收起资源包目录
the_array_comparator-master.zip (67个子文件)
the_array_comparator-master
.travis.yml 122B
the_array_comparator.gemspec 916B
Rakefile 866B
CONTRIBUTIONS.md 237B
.rubocop.yml 660B
RELEASE_NOTES.md 209B
.yardopts 45B
TODO.md 55B
.simplecov 142B
Gemfile 1KB
Gemfile.lock 5KB
API-GUIDE.md 705B
.rspec 37B
spec
comparator
is_not_equal_spec.rb 1KB
contains_any_spec.rb 1KB
is_equal_spec.rb 2KB
contains_any_with_substring_search_spec.rb 1KB
contains_not_with_substring_search_spec.rb 1KB
base_spec.rb 373B
contains_not_spec.rb 1KB
contains_all_spec.rb 2KB
comparator_spec.rb 5KB
contains_all_with_substring_search_spec.rb 2KB
benchmark
benchmark_spec.rb 2KB
testing_helper
testing_helper_spec.rb 984B
cache
anonymous_cache_spec.rb 2KB
single_value_cache_spec.rb 2KB
strategies_helper.rb 248B
check_spec.rb 687B
support
activesupport.rb 94B
the_array_comparator.rb 200B
files.rb 38B
benchmark.rb 20B
cache_spec.rb 765B
sample_spec.rb 1KB
result_spec.rb 708B
strategy_dispatcher
strategy_dispatcher_spec.rb 4KB
spec_helper.rb 677B
LICENSE.md 1KB
.gitignore 111B
lib
the_array_comparator.rb 1KB
the_array_comparator
exceptions.rb 1KB
caching_strategies
anonymous_cache.rb 1KB
single_value_cache.rb 1KB
sample.rb 1KB
testing_helper
test_data.rb 728B
data_set.rb 1KB
result.rb 367B
searching_strategies
contains_any_with_substring_search.rb 769B
base.rb 1KB
contains_not.rb 631B
contains_not_with_substring_search.rb 770B
contains_all_with_substring_search.rb 1009B
is_not_equal.rb 570B
contains_any.rb 670B
is_equal.rb 563B
contains_all.rb 727B
cache.rb 2KB
comparator.rb 4KB
strategy_dispatcher.rb 3KB
check.rb 496B
testing_helper.rb 1KB
version.rb 76B
README.md 7KB
script
ci 43B
console 143B
terminal 389B
共 67 条
- 1
资源评论
泰国旅行
- 粉丝: 35
- 资源: 4773
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功