SwiftMockGeneratorForXcode icon indicating copy to clipboard operation
SwiftMockGeneratorForXcode copied to clipboard

Stubs are not generated when the member variable end in a '$'

Open rgal75 opened this issue 4 years ago • 0 comments

Given a protocol like:

protocol MyProtocol {
  var myObservable$: Observable<String> { get }
}

when I 'generate spy' then the generated code does not contain stubs and spies for myObservable$.

This used to work in earlier versions.

rgal75 avatar Dec 16 '20 06:12 rgal75