Nestor Acuna Blanco
Nestor Acuna Blanco
Hi @mkorpela I am also interested on this feature. And I already took a look at the code and starting working on something. My suggestion will be, to use the...
Hi @mkorpela here is the first draft regarding the proposal from 20 days ago. It is still somewhat far related to the last goal, which would involve some more related...
This is issue is an interesting one. Based on @MichaelJKar reproduction steps I built a fix for this case. Sadly I do not know enough in order to say if...
Hi @grzegorzgrzegorz I've taken a look at this issue, I found it interesting :) The problem seems to be somewhere in the `interceptClassMethods` method in the `InterceptingGCL` class. A pull...
Hi @grzegorzgrzegorz I just made a change in order to be compatible with functions with more arguments. Since it uses dynamic compilation, is less performant, so let's check what @nre-ableton...
Hi @mcascone I just took a look at this issue. This is somewhat interesting to me :) While I am taking a look at the code, here is a workaround...
Making a quick analysis, I think I know the root cause of the problem. [InterceptingGCL](https://github.com/jenkinsci/JenkinsPipelineUnit/blob/master/src/main/groovy/com/lesfurets/jenkins/unit/InterceptingGCL.groovy#L19) defines the [methodInterceptor](https://github.com/jenkinsci/JenkinsPipelineUnit/blob/master/src/main/groovy/com/lesfurets/jenkins/unit/PipelineTestHelper.groovy#L297). This _methodInterceptor_ will be called every time a method is missing or...