Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test/MacroStabilityInwardsPreconsolidationStressTestFactoryTest.cs =================================================================== diff -u -raedfa6ad0dee67ba679b53b8b65c5414e0132455 -r1ba21a629ef9ee35b003e5f5e66f26f5b8bc7766 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test/MacroStabilityInwardsPreconsolidationStressTestFactoryTest.cs (.../MacroStabilityInwardsPreconsolidationStressTestFactoryTest.cs) (revision aedfa6ad0dee67ba679b53b8b65c5414e0132455) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Primitives.TestUtil.Test/MacroStabilityInwardsPreconsolidationStressTestFactoryTest.cs (.../MacroStabilityInwardsPreconsolidationStressTestFactoryTest.cs) (revision 1ba21a629ef9ee35b003e5f5e66f26f5b8bc7766) @@ -34,6 +34,8 @@ MacroStabilityInwardsPreconsolidationStressTestFactory.CreateMacroStabilityInwardsPreconsolidationStress(); // Assert + Assert.IsNotNull(stress); + Assert.AreEqual(typeof(MacroStabilityInwardsPreconsolidationStress), stress.GetType()); Assert.AreEqual(13, stress.XCoordinate); Assert.AreEqual(34, stress.ZCoordinate); Assert.AreEqual(10.09, stress.PreconsolidationStressMean);