Skip to content
#

stub

Here are 321 public repositories matching this topic...

sinon
bbrk24
bbrk24 commented Mar 9, 2022

I'm mocking a protocol with a function that looks like this:

func foo(
    completion: @escaping (
        _ bar: Int,
        _ baz: Int,
        _ qux: Int
    ) -> Void
)

The generated mocks do not properly remove the line breaks before attempting to put it into a single-line string literal, resulting in the errors Unterminated string literal, `Consecutive statement

bug good first issue
DeepfakeHTTP
mjablecnik
mjablecnik commented Sep 18, 2021

Hello, I would like to help you with this project in my free time but I don't know how to start..
I have IntelliJ Idea Community Edition 2020.3, Java SDK version 17, cloned latest version of this repository and my setup configuration is here:
image

But when I run it so I gain only this:

documentation help wanted good first issue build

Improve this page

Add a description, image, and links to the stub topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stub topic, visit your repo's landing page and select "manage topics."

Learn more