测试代码生产工具 SwiftCov
- 授权协议: MIT
- 开发语言: HTML/CSS Swift
- 操作系统: OS X
- 软件首页: https://github.com/realm/SwiftCov
软件介绍
SwiftCov 是一个可以产生 Swift 测试代码覆盖信息的工具。
用法:
$ swiftcov helpAvailable commands: generate Generate test code coverage files for your Swift tests help Display general or command-specific help version Display the current version of SwiftCov
怎样运行实例项目:
$ make install $ cd Examples/ExampleFramework/ $ swiftcov generate --output coverage_ios \ xcodebuild test \ -project ExampleFramework.xcodeproj \ -scheme ExampleFramework-iOS \ -sdk iphonesimulator \ -configuration Release
PERL學習手札.
簡信昌 / 上奇科技 / 20040816 / NT$ 390
1. 關於Perl 當你翻開這本書的時候,你也就進入了一個奇幻的世界。Perl確實是一種非常吸引人的程式語言,而之所以這麼引人入勝的原因不單單在於他的功能,也在於他寫作的方式,或說成為一種程式寫作的藝術。即使你只是每天埋首於程式寫作的程式設計師,也不再讓生活過份單調,至少你可以嘗試在程式碼中多一些變化。而且許多Perl的程式設計師已經這麼作了,這也是Perl的理念-「There is mor......一起来看看 《PERL學習手札.》 这本书的介绍吧!
