Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs =================================================================== diff -u -re5a3455795622291e3347d1f3a7f900d5bf62da7 -r4fc9392d79e72f0ef668f63fd2a086e1feb18cdd --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs (.../MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs) (revision e5a3455795622291e3347d1f3a7f900d5bf62da7) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Create/MacroStabilityInwards/MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs (.../MacroStabilityInwardsCalculationScenarioCreateExtensionsTest.cs) (revision 4fc9392d79e72f0ef668f63fd2a086e1feb18cdd) @@ -74,8 +74,6 @@ MacroStabilityInwardsCalculationEntity entity = scenario.Create(registry, 0); // Assert - Assert.IsNotNull(entity); - Assert.IsNull(entity.AssessmentLevel); Assert.IsNull(entity.SlipPlaneMinimumDepth); Assert.IsNull(entity.SlipPlaneMinimumLength); @@ -201,8 +199,6 @@ MacroStabilityInwardsCalculationEntity entity = scenario.Create(registry, order); // Assert - Assert.IsNotNull(entity); - MacroStabilityInwardsCalculationEntityTestHelper.AssertCalculationScenarioPropertyValues(scenario, entity); Assert.IsNull(entity.SurfaceLineEntity); Assert.IsNull(entity.MacroStabilityInwardsStochasticSoilProfileEntity); @@ -230,7 +226,6 @@ MacroStabilityInwardsCalculationEntity entity = scenario.Create(registry, 0); // Then - Assert.IsNotNull(entity); Assert.IsNull(entity.AssessmentLevel); } @@ -255,7 +250,6 @@ MacroStabilityInwardsCalculationEntity entity = scenario.Create(registry, 0); // Assert - Assert.IsNotNull(entity); TestHelper.AssertAreEqualButNotSame(name, entity.Name); TestHelper.AssertAreEqualButNotSame(comment, entity.Comment); } @@ -281,7 +275,6 @@ MacroStabilityInwardsCalculationEntity entity = scenario.Create(registry, 0); // Assert - Assert.IsNotNull(entity); Assert.AreSame(hydraulicLocationEntity, entity.HydraulicLocationEntity); } @@ -306,7 +299,6 @@ MacroStabilityInwardsCalculationEntity entity = scenario.Create(registry, 0); // Assert - Assert.IsNotNull(entity); Assert.AreSame(surfaceLineEntity, entity.SurfaceLineEntity); } @@ -333,7 +325,6 @@ MacroStabilityInwardsCalculationEntity entity = scenario.Create(registry, 0); // Assert - Assert.IsNotNull(entity); MacroStabilityInwardsStochasticSoilProfileEntity expectedStochasticSoilProfileEntity = registry.Get(stochasticSoilProfile); Assert.AreSame(expectedStochasticSoilProfileEntity, entity.MacroStabilityInwardsStochasticSoilProfileEntity); } @@ -353,7 +344,6 @@ MacroStabilityInwardsCalculationEntity entity = scenario.Create(registry, 0); // Assert - Assert.IsNotNull(entity); MacroStabilityInwardsCalculationOutputEntity outputEntity = entity.MacroStabilityInwardsCalculationOutputEntities.FirstOrDefault(); Assert.IsNotNull(outputEntity); MacroStabilityInwardsCalculationOutputEntityTestHelper.AssertOutputPropertyValues(scenario.Output, outputEntity); @@ -374,7 +364,6 @@ MacroStabilityInwardsCalculationEntity entity = scenario.Create(registry, 0); // Assert - Assert.IsNotNull(entity); MacroStabilityInwardsSemiProbabilisticOutputEntity outputEntity = entity.MacroStabilityInwardsSemiProbabilisticOutputEntities.FirstOrDefault(); Assert.IsNotNull(outputEntity);