Index: Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/WaveConditionsInputViewInfoTest.cs =================================================================== diff -u -r702888aa87bd696750fcf3f5fcf50e2b8acb0390 -r4a9779426ab93aa90af783bf4d4f00aed2b32ce5 --- Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/WaveConditionsInputViewInfoTest.cs (.../WaveConditionsInputViewInfoTest.cs) (revision 702888aa87bd696750fcf3f5fcf50e2b8acb0390) +++ Ringtoets/Integration/test/Ringtoets.Integration.Plugin.Test/ViewInfos/WaveConditionsInputViewInfoTest.cs (.../WaveConditionsInputViewInfoTest.cs) (revision 4a9779426ab93aa90af783bf4d4f00aed2b32ce5) @@ -212,7 +212,7 @@ } [Test] - [TestCaseSource(nameof(GetfailureMechanismContextDatas), + [TestCaseSource(nameof(GetFailureMechanismContextDatas), new object[] { "CloseForData_CorrespondingWithFailureMechanismContext_ReturnTrue({0})" @@ -236,7 +236,7 @@ } [Test] - [TestCaseSource(nameof(GetfailureMechanismContextDatas), + [TestCaseSource(nameof(GetFailureMechanismContextDatas), new object[] { "CloseForData_NotCorrespondingWithFailureMechanismContext_ReturnFalse({0})" @@ -263,10 +263,10 @@ } [Test] - [TestCaseSource(nameof(GetfailureMechanismDatas), + [TestCaseSource(nameof(GetFailureMechanismDatas), new object[] { - "CloseForData_CorrespondingWithFailureMechanismContext_ReturnTrue({0})" + "CloseForData_CorrespondingWithFailureMechanism_ReturnTrue({0})" })] public void CloseForData_ViewCorrespondingWithRemovedFailureMechanism_ReturnsTrue( IFailureMechanism failureMechanism, @@ -287,10 +287,10 @@ } [Test] - [TestCaseSource(nameof(GetfailureMechanismDatas), + [TestCaseSource(nameof(GetFailureMechanismDatas), new object[] { - "CloseForData_NotCorrespondingWithFailureMechanismContext_ReturnFalse({0})" + "CloseForData_NotCorrespondingWithFailureMechanism_ReturnFalse({0})" })] public void CloseForData_ViewNotCorrespondingWithRemovedFailureMechanism_ReturnsFalse( IFailureMechanism failureMechanism, @@ -524,7 +524,7 @@ nameof(WaveImpactAsphaltCoverWaveConditionsCalculation))); } - private static IEnumerable GetfailureMechanismDatas(string testNameFormat) + private static IEnumerable GetFailureMechanismDatas(string testNameFormat) { var grassCoverErosionOutwardsWaveConditionsCalculation = new GrassCoverErosionOutwardsWaveConditionsCalculation(); yield return new TestCaseData( @@ -548,7 +548,7 @@ nameof(WaveImpactAsphaltCoverFailureMechanism))); } - private static IEnumerable GetfailureMechanismContextDatas(string testNameFormat) + private static IEnumerable GetFailureMechanismContextDatas(string testNameFormat) { var grassCoverErosionOutwardsWaveConditionsCalculation = new GrassCoverErosionOutwardsWaveConditionsCalculation(); yield return new TestCaseData(