domino:查看用于集成测试的抽象

时间:2024-04-16 08:29:55
【文件属性】:

文件名称:domino:查看用于集成测试的抽象

文件大小:16KB

文件格式:ZIP

更新时间:2024-04-16 08:29:55

Ruby

骨牌 查看用于集成测试的抽象 用法 要创建基本的Domino类,请从Domino继承并定义选择器和属性: module Dom class Post < Domino selector '#posts .post' attribute :title # selector defaults to .title attribute :author_name # selector defaults to .author-name attribute :body , '.post-body' # example of selector override # pass a block if you want to convert the value attribute :comments do | text | text . to_


【文件预览】:
domino-master
----.travis.yml(99B)
----Rakefile(248B)
----test()
--------test_application.rb(6KB)
--------test_helper.rb(152B)
--------domino_form_test.rb(7KB)
--------domino_test.rb(6KB)
----Gemfile(91B)
----domino.gemspec(930B)
----.gitignore(154B)
----lib()
--------domino.rb(5KB)
--------domino()
----README.md(8KB)
----LICENSE.txt(1KB)

网友评论