Index: Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/MacroStabilityInwardsSoilCreatorTest.cs =================================================================== diff -u -r4a09cd9c68d573626eed8a24a67306ad8690e9cb -rf7b1b88b405ba24f2baeaec0cfe3697c64755d70 --- Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/MacroStabilityInwardsSoilCreatorTest.cs (.../MacroStabilityInwardsSoilCreatorTest.cs) (revision 4a09cd9c68d573626eed8a24a67306ad8690e9cb) +++ Ringtoets/MacroStabilityInwards/test/Ringtoets.MacroStabilityInwards.KernelWrapper.Test/MacroStabilityInwardsSoilCreatorTest.cs (.../MacroStabilityInwardsSoilCreatorTest.cs) (revision f7b1b88b405ba24f2baeaec0cfe3697c64755d70) @@ -33,6 +33,17 @@ public class MacroStabilityInwardsSoilCreatorTest { [Test] + public void Create_ProfileNull_ThrowsArgumentNullException() + { + // Call + TestDelegate call = () => MacroStabilityInwardsSoilCreator.Create(null); + + // Assert + var exception = Assert.Throws(call); + Assert.AreEqual("profile", exception.ParamName); + } + + [Test] public void Create_ProfileWithLayers_ReturnsProfileWithLayers() { // Setup