Riot.js快速的JavaScript单元测试框架_js面向对象【点击查看详情】
Riot.js快速的JavaScript单元测试框架_js面向对象:http://github.com/alexyoung/riotjs示例: Ruby代码 代码如下: context a new user do setup { User.new } asserts(that it is not yet created) { topic.new_record } end context a new u
相关视频/文章