Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresScenariosViewIntegrationTest.cs =================================================================== diff -u -r83fcbece167de3f930a274a6b0c26dafef7ec771 -re8c0cb7402207490b928f455e213ce0399ba827d --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresScenariosViewIntegrationTest.cs (.../HeightStructuresScenariosViewIntegrationTest.cs) (revision 83fcbece167de3f930a274a6b0c26dafef7ec771) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Integration.Test/HeightStructuresScenariosViewIntegrationTest.cs (.../HeightStructuresScenariosViewIntegrationTest.cs) (revision e8c0cb7402207490b928f455e213ce0399ba827d) @@ -84,6 +84,7 @@ { foundValues.Add(row.Cells[0].FormattedValue.ToString()); } + CollectionAssert.AreEqual(expectedValues, foundValues); } } @@ -130,6 +131,7 @@ } }); } + calculationsGroup.NotifyObservers(); // Assert @@ -138,6 +140,7 @@ Assert.AreEqual("", ((DataGridViewComboBoxCell) dataGridViewCell).Items[0].ToString()); Assert.AreEqual("Eerste kunstwerk 6-3", ((DataGridViewComboBoxCell) dataGridViewCell).Items[1].ToString()); } + mocks.VerifyAll(); } @@ -182,6 +185,7 @@ } }); } + calculationsGroup.NotifyObservers(); // Call