测试代码生产工具 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

本文地址:https://www.codercto.com/soft/d/20449.html

Artificial Intelligence

Artificial Intelligence

Stuart Russell、Peter Norvig / Pearson / 2009-12-11 / USD 195.00

The long-anticipated revision of this #1 selling book offers the most comprehensive, state of the art introduction to the theory and practice of artificial intelligence for modern applications. Intell......一起来看看 《Artificial Intelligence》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

MD5 加密
MD5 加密

MD5 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具