fdz-nelson-branco

Results 3 comments of fdz-nelson-branco

I'm in an effort of fixing this flaky symptom over a couple of tests. It happens on `Mocked` and `Injectable` references, much more frequent on `Injectables`, I've a couple of...

Narrowing down a little bit more with additional details: ``` interface Dependency1Interface { Identifier getId(); } class Dependency1 implements Dependency1Interface {} public void someTestMethod(@Mocked final Dependency1 dependency1) { final Identifier...

Adding up on the findings... I spotted that within certain circumstances, like the case where a task continues to run after the end of the test case, the `RecordAndReplayExecution.recordOrReplay` returns...