Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresInputTest.cs =================================================================== diff -u -rc786273ba6460b0498c00ff70d1703eee74fadb8 -r76c6f433b6291cb6289f3c9e1df08c5491b7869d --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresInputTest.cs (.../ClosingStructuresInputTest.cs) (revision c786273ba6460b0498c00ff70d1703eee74fadb8) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructuresInputTest.cs (.../ClosingStructuresInputTest.cs) (revision 76c6f433b6291cb6289f3c9e1df08c5491b7869d) @@ -115,26 +115,6 @@ AssertClosingStructure(structure, input); } - #region Structure - - [Test] - [TestCase(ClosingStructureInflowModelType.VerticalWall)] - [TestCase(ClosingStructureInflowModelType.LowSill)] - [TestCase(ClosingStructureInflowModelType.FloodedCulvert)] - public void InflowModelType_SetValue_ReturnSetValue(ClosingStructureInflowModelType inflowModelType) - { - // Setup - var input = new ClosingStructuresInput(); - - // Call - input.InflowModelType = inflowModelType; - - // Assert - Assert.AreEqual(inflowModelType, input.InflowModelType); - } - - #endregion - #region Hydraulic data [Test] @@ -370,21 +350,6 @@ } [Test] - public void Properties_IdenticalApertures_ExpectedValues() - { - // Setup - var random = new Random(22); - var input = new ClosingStructuresInput(); - int identicalApertures = random.Next(); - - // Call - input.IdenticalApertures = identicalApertures; - - // Assert - Assert.AreEqual(identicalApertures, input.IdenticalApertures); - } - - [Test] public void Properties_LevelCrestStructureNotClosing_ExpectedValues() { // Setup