1. 首页
  2. 数据库
  3. 其它
  4. assert diff:断言等于Crystal的可读差异报告 源码

assert diff:断言等于Crystal的可读差异报告 源码

上传者: 2021-04-22 13:14:25上传 ZIP文件 89.02KB 热度 19次
断言差异 声明等于可读的差异报告。 安装 将依赖项添加到您的shard.yml : dependencies : assert-diff : github : YusukeHosonuma/assert-diff 运行分shards install 例子 在规格中使用: require " assert-diff " struct Rectangle def initialize ( @origin : Point , @width : Int32 , @height : Int32 ) end end struct Point def initialize ( @x : Int32 , @y : Int32 ) end end describe Rectangle do describe " example " do it " failed
用户评论