>>>>> Steinar Bang <[email protected]>: > The problem is similar to what was seen in this bug, 6 years ago > https://ops4j1.jira.com/browse/PAXEXAM-274
> But the bug was 6 years ago, and many versions of everything (OSGi, > pax-exam, mockito, Java) ago, so I'm not sure if the simiarlities are a > red herring...? The more I looked at it, it looked similar. And the issue is still open. So what I've done now is to ditch mockito from the integration test, and just mock the response and request objects manually (create a base class implementing the interface with default content created by the IDE, and then extend that base class and actually implement the methods I otherwise would have mocked). -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
