tjarratt / fake4swift

A small CLI for generating Swift test doubles
MIT License
24 stars 3 forks source link

Protocols with optional properties #21

Closed tjarratt closed 7 years ago

tjarratt commented 7 years ago

If your protocol has an optional property, fake4swift does not generate the correct implementation.

protocol OptionalStuff {
  var somethingMaybe: String?
}
younata commented 7 years ago

Done!

https://github.com/tjarratt/fake4swift/commit/33894698af3cbed864eca2c95f0ede90b63f0bf8