Brightify Cuckoo Versions Save

Boilerplate-free mocking framework for Swift!

1.4.2

3 years ago
  • Allow verify to specify return type for generic functions

1.4.1

3 years ago

Fixes

  • Sidestep SourceKit's off-by-one bug when parsing generic parameter inheritance.
  • Fix incorrect where clause parsing.

1.4.0

3 years ago
  • Add tvOS targets and schemes.
  • Integrate tuist, fixing Carthage issues.
  • Fix type equality check to rule out whitespace inconsistencies.

1.3.2

4 years ago
  • Fix image not found error for iOS 13 and beyond.

1.3.1

4 years ago
  • Swift Package Manager support
  • Added tvOS target (thanks @rodrigoff).
  • Fixed accessibility to match enclosing container.
  • Restructured README.

1.3.0

4 years ago
  • Fix closure generation where explicit return type is required in withoutActuallyEscaping since swift 5.1 (XCode 11)
  • Switch swift_version to 5.0 for Cocoapods

1.2.0

4 years ago

Features

  • Objective-C mocking! Mock system classes/protocols as well as dynamic Swift classes. This is an optional subspec Cuckoo/OCMock.
  • Convenience matchers for sequences and dictionaries. No need to use equal(to:) anymore, passing the Array/Set/Dictionary itself is enough from now on!

1.1.1

4 years ago
  • Fix property, initializer, and function accessibility in public protocols.

1.1.0

4 years ago

Features:

  • Add a simple type guesser based on assigned value.

Fixes:

  • Fix accessibility problems.

1.0.6

5 years ago
  • Fix a bug where adding a private name to a function made it generate twice and fail the compilation.