mockingbird icon indicating copy to clipboard operation
mockingbird copied to clipboard

A Swifty mocking framework for Swift and Objective-C.

Results 47 mockingbird issues
Sort by recently updated
recently updated
newest added

We would like to run unit tests as pure unit tests without running our host application. How can that be accomplished?

Add cleaning of the allInvocations property in the MockingContext on calling the clearInvocations method ## Overview When I use the mockingbird in my projects, a memory leakage detection tests often...

## New Issue Checklist - [x] I updated the framework and generator to the latest version - [x] I searched the [existing GitHub issues](https://github.com/birdrides/mockingbird/issues) and list of [common problems](https://mockingbirdswift.com/common-problems) ##...

generator bug

https://github.com/birdrides/mockingbird/blob/210ec238b470ac6fd60f7ecfa2218b544519773f/Sources/MockingbirdGenerator/Parser/Models/Function.swift#L91-L112 If you look at line 100, it seems `index` will always be `0` since `@` isn't a letter nor a number which means `mutableComponent ` won't change and we'll...

Remove extra space from TestFailure.swift ## Overview The extra space is annoying :) ## Test Plan CI is enough

## Overview I tried it in a brand-new project and it works just fine, I then tried to add it to my current project, and whenever I try to run...

generator bug

## New Issue Checklist - [x] I updated the framework and generator to the latest version - [x] I searched the [existing GitHub issues](https://github.com/birdrides/mockingbird/issues) and list of [common problems](https://mockingbirdswift.com/common-problems) ##...

generator bug

Apple's upcoming privacy manifest changes https://developer.apple.com/news/?id=r1henawx From my understand for required reason API's https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api) I believe we use - mach_absolute_time Will there be a privacy manifest added to include these?

enhancement

## New Issue Checklist - [x] I updated the framework and generator to the latest version - [x] I searched the [existing GitHub issues](https://github.com/birdrides/mockingbird/issues) and list of [common problems](https://mockingbirdswift.com/common-problems) ##...

generator bug

Seems like this queue of pull-requests hasn't been reduced in close to a year. Is it time to transition this to a community-led project?

framework bug