目录
目录README.md

Speck

A tiny, Linux-compatible, pure-Swift BDD framework for Swift projects. (insert bird-pun)

Current Version: 0.1.0 | Swift 4+

Documentation | Quick Start | Example Project

Features

  • easy-to-extend core testing framework.
  • minimalistic, Swift 3+-friendly API inspired by RSpec and Jasmine
  • customizable / configurable reporters
  • hooks for tests: before, and after
  • a wide variety of expectations for most Swift types and protocols
  • zero dependencies: just libC and Swift
  • plays nicely with SwiftPM
let ExampleSpec = describe("testing with Speck") {
  it("makes testing expressive and fun") {
    expect(testing).to(equal: "fun")
  }
}
关于
92.0 KB
邀请码
    Gitlink(确实开源)
  • 加入我们
  • 官网邮箱:gitlink@ccf.org.cn
  • QQ群
  • QQ群
  • 公众号
  • 公众号

©Copyright 2023 CCF 开源发展委员会
Powered by Trustie& IntelliDE 京ICP备13000930号