Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveConditionsInputContextTest.cs =================================================================== diff -u -rfc6a2d1d0eb0972e0b5d0003c13875777804f687 -r2dcc46ef0e09c99f6a9d4c26d93484962d1e0073 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveConditionsInputContextTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextTest.cs) (revision fc6a2d1d0eb0972e0b5d0003c13875777804f687) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PresentationObjects/GrassCoverErosionOutwardsWaveConditionsInputContextTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextTest.cs) (revision 2dcc46ef0e09c99f6a9d4c26d93484962d1e0073) @@ -39,7 +39,7 @@ public void Constructor_ExpectedValues() { // Setup - var input = new WaveConditionsInput(); + var input = new FailureMechanismCategoryWaveConditionsInput(); var calculation = new TestWaveConditionsCalculation(); var failureMechanism = new GrassCoverErosionOutwardsFailureMechanism(); var assessmentSection = new AssessmentSectionStub(); @@ -63,7 +63,7 @@ public void Constructor_FailureMechanismNull_ThrowsArgumentNullException() { // Setup - var input = new WaveConditionsInput(); + var input = new FailureMechanismCategoryWaveConditionsInput(); var calculation = new TestWaveConditionsCalculation(); var mocks = new MockRepository(); Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs =================================================================== diff -u -r173e8ea872d4b79f77fd309347d3e66bf158dc6f -r2dcc46ef0e09c99f6a9d4c26d93484962d1e0073 --- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision 173e8ea872d4b79f77fd309347d3e66bf158dc6f) +++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs (.../GrassCoverErosionOutwardsWaveConditionsInputContextPropertiesTest.cs) (revision 2dcc46ef0e09c99f6a9d4c26d93484962d1e0073) @@ -62,7 +62,7 @@ { // Setup var context = new GrassCoverErosionOutwardsWaveConditionsInputContext( - new WaveConditionsInput(), + new FailureMechanismCategoryWaveConditionsInput(), new TestWaveConditionsCalculation(), assessmentSection, new GrassCoverErosionOutwardsFailureMechanism()); @@ -83,7 +83,7 @@ { // Setup var context = new GrassCoverErosionOutwardsWaveConditionsInputContext( - new WaveConditionsInput(), + new FailureMechanismCategoryWaveConditionsInput(), new TestWaveConditionsCalculation(), assessmentSection, new GrassCoverErosionOutwardsFailureMechanism()); Index: Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/PropertyClasses/StabilityStoneCoverWaveConditionsInputContextPropertiesTest.cs =================================================================== diff -u -rbb7d45597fde9aa9066da6454e833aebbea32908 -r2dcc46ef0e09c99f6a9d4c26d93484962d1e0073 --- Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/PropertyClasses/StabilityStoneCoverWaveConditionsInputContextPropertiesTest.cs (.../StabilityStoneCoverWaveConditionsInputContextPropertiesTest.cs) (revision bb7d45597fde9aa9066da6454e833aebbea32908) +++ Ringtoets/StabilityStoneCover/test/Ringtoets.StabilityStoneCover.Forms.Test/PropertyClasses/StabilityStoneCoverWaveConditionsInputContextPropertiesTest.cs (.../StabilityStoneCoverWaveConditionsInputContextPropertiesTest.cs) (revision 2dcc46ef0e09c99f6a9d4c26d93484962d1e0073) @@ -47,7 +47,7 @@ mockRepository.ReplayAll(); var context = new StabilityStoneCoverWaveConditionsInputContext( - new WaveConditionsInput(), + new AssessmentSectionCategoryWaveConditionsInput(), new TestWaveConditionsCalculation(), assessmentSection, Enumerable.Empty()); Index: Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/PropertyClasses/WaveImpactAsphaltCoverWaveConditionsInputContextPropertiesTest.cs =================================================================== diff -u -rbb7d45597fde9aa9066da6454e833aebbea32908 -r2dcc46ef0e09c99f6a9d4c26d93484962d1e0073 --- Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/PropertyClasses/WaveImpactAsphaltCoverWaveConditionsInputContextPropertiesTest.cs (.../WaveImpactAsphaltCoverWaveConditionsInputContextPropertiesTest.cs) (revision bb7d45597fde9aa9066da6454e833aebbea32908) +++ Ringtoets/WaveImpactAsphaltCover/test/Ringtoets.WaveImpactAsphaltCover.Forms.Test/PropertyClasses/WaveImpactAsphaltCoverWaveConditionsInputContextPropertiesTest.cs (.../WaveImpactAsphaltCoverWaveConditionsInputContextPropertiesTest.cs) (revision 2dcc46ef0e09c99f6a9d4c26d93484962d1e0073) @@ -47,7 +47,7 @@ mockRepository.ReplayAll(); var context = new WaveImpactAsphaltCoverWaveConditionsInputContext( - new WaveConditionsInput(), + new AssessmentSectionCategoryWaveConditionsInput(), new TestWaveConditionsCalculation(), assessmentSection, Enumerable.Empty());