Hi, I've bee playing around with tomee and arquillian mocking and I'm wondering if it is possible to reset a: @Mock produces static <ejb interface>?
let's say I have test 1: when(mock.dostuff(<identity>).thenreturn(whatever); Then in test2: when(mock.dostuff(<identity>).thenreturn(something very different); Is this possible? I have not been able to and I guess this is the nature of the @produces static(?) (BTW, I already do this in UT, but I want to explore my IT options :-) ) br hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Reset-arquillian-cdi-mock-tp4671741.html Sent from the TomEE Users mailing list archive at Nabble.com.
