Skip to content

v0.1.0-beta

Closed Dec 9, 2014 100% complete

This will be the first "official" release of Quick and Nimble. The "beta" refers to the fact that it will be designed to run on a beta version of Xcode.

The Swift API will be versioned from this point forward. Any breaking changes will be tagged as version 0.2.0, 0.3.0, and so on. Backward compatible changes will be bundled and released as versions 0.1.1,…

This will be the first "official" release of Quick and Nimble. The "beta" refers to the fact that it will be designed to run on a beta version of Xcode.

The Swift API will be versioned from this point forward. Any breaking changes will be tagged as version 0.2.0, 0.3.0, and so on. Backward compatible changes will be bundled and released as versions 0.1.1, 0.1.2, and so on.

The Objective-C API will remain unstable. Breaking changes may be introduced at any time.

The following features will be included in 0.1.0:

  • Example groups: describe and context
  • Group setup and teardown: beforeEach and afterEach
  • Suite setup and teardown: beforeSuite and afterSuite
  • Examples: it
  • Shared examples: sharedExamples and itBehavesLike
  • Expectations: expect(...).to
  • Asynchronous expectations: expect{...}.will
  • Basic matchers, such as equal and beTrue
  • The raise matcher

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.