iOS Automated Testing With Calabash, Cucumber, and Ruby:http://www.moncefbelyamani.com/ios-automated-testing-with-calabash-cucumber-ruby/ Installing Calabash on OS X:http://developer.xamarin.com/...
分类:
移动开发 时间:
2015-07-10 19:21:31
阅读次数:
208
文档对于任何代码来说都很重要,对于Rust来说是头等重要.我们来讨论一下Rust使用文档的工具.
关于rustdoc
Rust发行版包含一个工具,rustdoc,它可以生成文档.rustdoc也可以被Cargo使用,通过cargo doc命令.
文档可以通过2中方式生成:源码,独立的Markdown文件.
Page 85
从源码生成文档
...
分类:
其他好文 时间:
2015-07-10 15:26:34
阅读次数:
201
4.2.4 文档测试
没有什么比带有示例的文档更好的了.也没有什么比不能工作的例子更糟的了,因为有可能文档中的代码已经修改了.为此,Rust支持自动测试我们示例代码.让我们看一个富有血肉的src/lib.rs的例子:
//! The àdder` crate provides functions that add numbers to other numbers.
//!
//...
分类:
其他好文 时间:
2015-07-10 09:31:30
阅读次数:
258
入门笔记翻译整理自:https://docs.djangoproject.com/en/1.8/topics/*该笔记将对各个模块进行单独介绍*migration&Managing files&Testing in Django1. migration的命令migrate命令负责应用migratio...
分类:
其他好文 时间:
2015-07-07 08:15:15
阅读次数:
133
XCTest 的小技巧:批量重用测试、测试异步操作...
分类:
其他好文 时间:
2015-07-01 18:30:18
阅读次数:
114
Take Advantage of Code Analysis ToolsSarah Mount
THE VALUE OF TESTING is something that is drummed into software devel- opers from the early stages of their programming journey. In recent years, the r...
分类:
其他好文 时间:
2015-07-01 10:00:07
阅读次数:
86
I've develop a test application in Xamarin Studio (Android with C#) and wanted to test it on my phone.The application worked just fine in the Device e...
分类:
移动开发 时间:
2015-06-27 15:49:12
阅读次数:
136
第一章概论问题:软件工程的几种知识领域具体怎样区分呢?回答:知识领域可以分为:1.Software Requirements 2.Software Desing 3.Software Construction 4.Software Testing 5.Software Maintenance ...
分类:
其他好文 时间:
2015-06-27 11:32:14
阅读次数:
117
A set is an unordered collection with no duplicate elements. Basic uses include membership testing and eliminating duplicate entries. Set objects also...
分类:
编程语言 时间:
2015-06-22 19:17:19
阅读次数:
160