Index: Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/DesignWaterLevelLocationContextPropertiesTest.cs =================================================================== diff -u -r7a7526e4ff1bccf09b09fadcfd309a725c6494b9 -r3b31412e43e5ec5fb7f19f1f172a51c85a643455 --- Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/DesignWaterLevelLocationContextPropertiesTest.cs (.../DesignWaterLevelLocationContextPropertiesTest.cs) (revision 7a7526e4ff1bccf09b09fadcfd309a725c6494b9) +++ Ringtoets/Integration/test/Ringtoets.Integration.Forms.Test/PropertyClasses/DesignWaterLevelLocationContextPropertiesTest.cs (.../DesignWaterLevelLocationContextPropertiesTest.cs) (revision 3b31412e43e5ec5fb7f19f1f172a51c85a643455) @@ -49,6 +49,17 @@ private const int convergencePropertyIndex = 8; [Test] + public void Constructor_ExpectedValues() + { + // Call + var properties = new DesignWaterLevelLocationContextProperties(); + + // Assert + Assert.IsInstanceOf(properties); + Assert.IsNull(properties.Data); + } + + [Test] public void GetProperties_ValidData_ReturnsExpectedValues() { // Setup