资源说明:LSpec is a Test-Driven Development tool for the Lasso language that gets its inspiration from RSpec
LSpec ===== LSpec is a [Test-Driven Development](http://en.wikipedia.org/wiki/Test-driven_development) tool for the Lasso language that gets its inspiration from [RSpec](https://github.com/rspec/rspec). Terminology -----------
- Expectation
- Used to define expected outcomes within a test. (Each [expect] statement)
- Test
- A grouping of expectations and related code to test specific functionality. (Each [it] block.)
- Test Group
- A grouping of related tests. (Each [describe] block.)
- Test Suite
- Compilation of all the test groups.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。