- 授权协议: 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")
Flexible Pattern Matching in Strings
Gonzalo Navarro、Mathieu Raffinot / Cambridge University Press / 2007-7-30 / USD 64.99
String matching problems range from the relatively simple task of searching a single text for a string of characters to searching a database for approximate occurrences of a complex pattern. Recent ye......一起来看看 《Flexible Pattern Matching in Strings》 这本书的介绍吧!
