文件名称:specs-fix-me:使失败的规格通过..
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-20 16:40:10
Scala
规格修复我 包含需要修复的示例失败规范。 运行测试 $ git clone git@github.com:taylorleese/specs-fix-me.git $ cd specs-fix-me $ sbt > test [info] CoinSpecs [info] [info] Find the minimum number of coins for a value X given a list of denominations. [info] [info] x Denominations: [1], Value: 12, Expected: 12 [error] '-1' is not equal to '12' (CoinSpecs.scala:27) [info] [info] x Denominations: [1, 2, 3], Value: 6,
【文件预览】:
specs-fix-me-master
----.gitignore(53B)
----project()
--------plugins.sbt(61B)
--------build.properties(20B)
----src()
--------main()
--------test()
----README.md(2KB)
----build.sbt(196B)