Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsPreconsolidationStressPropertiesTest.cs =================================================================== diff -u -rba72ea65adf35ee865e55cd8e173e988f234eea9 -rade9597f8f050ca97431db031d9dc7dc87f715ba --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsPreconsolidationStressPropertiesTest.cs (.../MacroStabilityInwardsPreconsolidationStressPropertiesTest.cs) (revision ba72ea65adf35ee865e55cd8e173e988f234eea9) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.Forms.Test/PropertyClasses/MacroStabilityInwardsPreconsolidationStressPropertiesTest.cs (.../MacroStabilityInwardsPreconsolidationStressPropertiesTest.cs) (revision ade9597f8f050ca97431db031d9dc7dc87f715ba) @@ -104,5 +104,19 @@ "Grensspanning op de aangegeven locatie.", true); } + + [Test] + public void ToString_Always_ReturnsEmptyString() + { + // Setup + var properties = new MacroStabilityInwardsPreconsolidationStressProperties( + MacroStabilityInwardsPreconsolidationStressTestFactory.CreateMacroStabilityInwardsPreconsolidationStress()); + + // Call + string result = properties.ToString(); + + // Assert + Assert.IsEmpty(result); + } } } \ No newline at end of file