- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/lordofthejars/nosql-unit
- 软件文档: http://lordofthejars.github.com/nosql-unit/nosqlunit.html
软件介绍
NoSQLUnit 是一个 JUnit 的扩展,用来为那些使用了 NoSQL 后端的应用提供单元测试和集成测试的工具。
使用示例:
@UsingDataSet(locations="my_data_set.json", loadStrategy=LoadStrategyEnum.REFRESH) @ShouldMatchDataSet(location="my_expected_data_set.json")
How to Design Programs
Matthias Felleisen、Robert Bruce Findler、Matthew Flatt、Shriram Krishnamurthi / The MIT Press / 2001-2-12 / 71.00美元
This introduction to programming places computer science in the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process. This approach fosters a var......一起来看看 《How to Design Programs》 这本书的介绍吧!
