Index: Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.Test/PropertyClasses/DuneErosionFailureMechanismPropertiesTest.cs =================================================================== diff -u -ra655ba1960f4a477af6296986b583c6800373f54 -rb66610cbe4e554a62057677ddbdc9c97bf8df962 --- Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.Test/PropertyClasses/DuneErosionFailureMechanismPropertiesTest.cs (.../DuneErosionFailureMechanismPropertiesTest.cs) (revision a655ba1960f4a477af6296986b583c6800373f54) +++ Ringtoets/DuneErosion/test/Ringtoets.DuneErosion.Forms.Test/PropertyClasses/DuneErosionFailureMechanismPropertiesTest.cs (.../DuneErosionFailureMechanismPropertiesTest.cs) (revision b66610cbe4e554a62057677ddbdc9c97bf8df962) @@ -60,9 +60,8 @@ mocks.VerifyAll(); } - [Test] - public void Constructor_DataIsNull_ThrownArgumentNullException() + public void Constructor_DataIsNull_ThrowArgumentNullException() { // Setup var mocks = new MockRepository(); @@ -78,7 +77,6 @@ mocks.VerifyAll(); } - [Test] public void Constructor_PropertyChangeHandlerNull_ThrowArgumentNullException() { @@ -147,7 +145,7 @@ { GeneralInput = { - N = (RoundedDouble)1.1 + N = (RoundedDouble) 1.1 } };