rustspec-assertions:类似 Rspec 的 Rust 断言

时间:2024-06-30 08:56:55
【文件属性】:

文件名称:rustspec-assertions:类似 Rspec 的 Rust 断言

文件大小:15KB

文件格式:ZIP

更新时间:2024-06-30 08:56:55

Rust

Rustspec 断言 这是将类似于 rspec 或 chai 的语法移植到 rust 的尝试。 我发现错误是 rust 的内置断言! 给出的内容非常有限,我个人更喜欢这种语法,所以我决定将其作为学习练习开始。 用法 您需要使用 rust 的夜间构建,因为 beta/stable 构建尚不支持语法扩展。 将此作为依赖项添加到Cargo.toml并运行cargo build : [dependencies.rustspec_assertions] git = "https://github.com/uorbe001/rustspec-assertions.git" 现在您应该能够通过“使用”它们在您的测试中使用这些断言: #[phase(plugin, link)] extern crate rustspec_assertions; use self::rustspec_ass


【文件预览】:
rustspec-assertions-master
----.gitignore(8B)
----fig.yml(90B)
----Cargo.toml(436B)
----tests()
--------matchers()
--------test.rs(215B)
----LICENSE(1KB)
----Readme.md(2KB)
----src()
--------matchers()
--------lib.rs(2KB)
--------expect.rs(888B)
----.travis.yml(133B)
----Cargo.lock(55B)

网友评论