Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs =================================================================== diff -u -r9312943e6ef9894811d9b0b87239af47f79205ec -r0abf371c5f6f450232d49f3c1a031476063ce04b --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision 9312943e6ef9894811d9b0b87239af47f79205ec) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/RingtoetsPluginTest.cs (.../RingtoetsPluginTest.cs) (revision 0abf371c5f6f450232d49f3c1a031476063ce04b) @@ -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(); }