Results 7 comments of B Nova

I noticed this story and figured I'd give an existing test that I use in my app: ```swift func testGivenPreviouslyImportedAndResetLastImportDateChosen_tableViewDidSelectRow_resetsLastImportDate() throws { // given Given(mockCalendarUtil, .string(for: .any, dateStyle: .any, timeStyle:...

In case somebody finds this and wonders where the heck the `alert.tapButton(withTitle: )` function comes from: ```swift public extension UIAlertController { typealias AlertHandler = @convention(block) (UIAlertAction) -> Void enum Errors:...

ArgumentCaptor is especially useful for things like: - testing code from a Closure that relies on UI interaction in order to run - making sure that the values passed to...

No worries. Thanks for all your work on such a great testing framework 🙂 I'll try to help out when I can.

I'm also having this issue. I am on ST3 build 3103. I even tried using the latest prerelease at package.io/prerelease/Package%20Control.sublime-package but still get the same error. Here are the full...

I have a very similar situation but only when on master branch (not using the branch plugin for sonar, just specifying master as ref_name) and specifying the commit sha ```...

@padmiv does your issue happen on every branch or just master like mine?