swift-fakes

Test Doubles for Swift

APACHE-2.0 License

Stars
20

Bot releases are hidden (Show)

swift-fakes - v0.1.2

Published by younata 5 months ago

What's Changed

Full Changelog: https://github.com/Quick/swift-fakes/compare/v0.1.1...v0.1.2

swift-fakes - v0.1.1

Published by younata 5 months ago

What's Changed

Full Changelog: https://github.com/Quick/swift-fakes/compare/v0.1.0...v0.1.1

swift-fakes - v0.1.0 Latest Release

Published by younata 6 months ago

What's Changed

Full Changelog: https://github.com/Quick/swift-fakes/compare/v0.0.2...v0.1.0

swift-fakes - v0.0.2

Published by younata 6 months ago

Highlights

  • Allows beCalled and mostRecentlyBeCalled to take in any number of matchers, acting as a shorthand for Nimble's satisfyAllOf.
  • Improves the messaging for beCalled and mostRecentlyBeCalled when using an Equatable value.
  • Improves messaging for sub-matcher details in beCalled and mostRecentlyBeCalled.
  • the Pendable fallback value is now an associated value for the pending case, instead of an argument to resolve.
  • Adds clearCalls() method to Spy. Which removes the existing call records for a Spy.
  • Adds documentation catalog.

Autogenerated Changelog

What's Changed

Full Changelog: https://github.com/Quick/swift-fakes/compare/v0.0.1...v0.0.2

swift-fakes - v0.0.1

Published by younata 7 months ago