You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, InvocationDispatcher in Mockery is marked final. So after changing ThreadingPolicy, the old dispatcher (from a SingleThreadedPolicy) continues to be used. The original dispatcher receives both added expectations and invoked invocations.
All 6 tests in org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests fail.
For some reason, no tests are run in org.jmock.junit5.unit.lib.concurrent.internal.SynchroniserTests.
I'm working on an extension to jMock that is currently a fork, which is difficult to maintain and keep up to date. I'm looking at moving the extension out with jMock as a dependency instead.
The text was updated successfully, but these errors were encountered:
At the moment, InvocationDispatcher in Mockery is marked final. So after changing ThreadingPolicy, the old dispatcher (from a SingleThreadedPolicy) continues to be used. The original dispatcher receives both added expectations and invoked invocations.
All 6 tests in org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests fail.
For some reason, no tests are run in org.jmock.junit5.unit.lib.concurrent.internal.SynchroniserTests.
I'm working on an extension to jMock that is currently a fork, which is difficult to maintain and keep up to date. I'm looking at moving the extension out with jMock as a dependency instead.
The text was updated successfully, but these errors were encountered: