Closed adtennant closed 9 years ago
I have also noticed this issue. Any chance of open sourcing the mock test generator jar? :)
Yes, i don't see a problem with that, @comic96 would this go in this repo or another?
I've been wondering about that, I think probably in a separate repo.
Will work on fixing this as soon as possible!
Awesome. Guess I can just fix this myself if the generator becomes open source too :)
@comic96 - This is probably the same issue that I mentioned to you last month. Let me know if I can help.
Thanks Andy and Paul!
apex-mocks-generator 3.1.2 released to resolve this issue
Was the generator made available as an open-source project?
briansieb commented on Mar 16, 2015 I have also noticed this issue. Any chance of open sourcing the mock test generator jar? :)
The title explains it all really, but here are some examples which show how this actually affects things in practice (note the positions of the curly braces):
Generates:
This is correct.
Generates:
This is also correct.
However, as soon as I remove that blank line after the method definition:
Generates:
This is not correct. Notice that
foo()
has gone missing.