Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs =================================================================== diff -u -r161308cb864a66713f62357c6bcdb6ede03b619f -rae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision 161308cb864a66713f62357c6bcdb6ede03b619f) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision ae8af28b6d5528cbbaa329dcffea6c8dbbe2a39f) @@ -100,6 +100,7 @@ } } + mocks.VerifyAll(); Dispatcher.CurrentDispatcher.InvokeShutdown(); } @@ -140,6 +141,7 @@ } } + mocks.VerifyAll(); Dispatcher.CurrentDispatcher.InvokeShutdown(); } @@ -183,6 +185,7 @@ } } + mocks.VerifyAll(); Dispatcher.CurrentDispatcher.InvokeShutdown(); }