Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismSectionsViewTest.cs =================================================================== diff -u -r2a88a8c275a4e795e771affc75aa31f475d97079 -rfdfadac14aca46b2ffde145e6532ee7bb18d2507 --- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismSectionsViewTest.cs (.../FailureMechanismSectionsViewTest.cs) (revision 2a88a8c275a4e795e771affc75aa31f475d97079) +++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/Views/FailureMechanismSectionsViewTest.cs (.../FailureMechanismSectionsViewTest.cs) (revision fdfadac14aca46b2ffde145e6532ee7bb18d2507) @@ -121,7 +121,7 @@ } [Test] - public void Constructor_WithoutSections_CreatesViewWithTableEmpty() + public void Constructor_WithoutSections_CreatesViewWithDataGridViewEmpty() { // Setup var mocks = new MockRepository(); @@ -141,7 +141,7 @@ } [Test] - public void Constructor_WithSections_CreatesViewWithTableCorrectlyFilled() + public void Constructor_WithSections_CreatesViewWithDataGridViewCorrectlyFilled() { // Setup var mocks = new MockRepository(); @@ -168,7 +168,7 @@ } [Test] - public void GivenViewWithSections_WhenFailureMechanismNotifiesChangeAndSectionsUpdated_ThenTableUpdated() + public void GivenViewWithSections_WhenFailureMechanismNotifiesChangeAndSectionsUpdated_ThenDataGridViewUpdated() { // Given var failureMechanism = new TestFailureMechanism(); @@ -191,7 +191,7 @@ } [Test] - public void GivenViewWithSections_WhenFailureMechanismNotifiesChangeAndSectionsNotUpdated_ThenTableNotUpdated() + public void GivenViewWithSections_WhenFailureMechanismNotifiesChangeAndSectionsNotUpdated_ThenDataGridViewNotUpdated() { // Given var failureMechanism = new TestFailureMechanism();