Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresFailureMechanismPropertiesTest.cs
===================================================================
diff -u -r23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresFailureMechanismPropertiesTest.cs (.../ClosingStructuresFailureMechanismPropertiesTest.cs) (revision 23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d)
+++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Forms.Test/PropertyClasses/ClosingStructuresFailureMechanismPropertiesTest.cs (.../ClosingStructuresFailureMechanismPropertiesTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -210,7 +210,7 @@
[TestCase(-1)]
[TestCase(41)]
[TestCase(141)]
- public void N2A_InvalidValueWithConfirmation_UpdateDataAndNotifyObservers(int value)
+ public void N2A_InvalidValue_ThrowsArgumentOutOfRangeExceptionNoNotifcations(int value)
{
// Setup
var mockRepository = new MockRepository();
@@ -243,7 +243,7 @@
[TestCase(5)]
[TestCase(21)]
[TestCase(40)]
- public void N2A_SetValidValueWithConfirmation_UpdateDataAndNotifyObservers(int value)
+ public void N2A_SetValidValue_UpdateDataAndNotifyObservers(int value)
{
// Setup
var mockRepository = new MockRepository();
Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresFailureMechanismContextPropertyInfoTest.cs
===================================================================
diff -u -r5f8541d2a46730d67fc2d859caa6de2921bbc820 -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresFailureMechanismContextPropertyInfoTest.cs (.../ClosingStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 5f8541d2a46730d67fc2d859caa6de2921bbc820)
+++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresFailureMechanismContextPropertyInfoTest.cs (.../ClosingStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Linq;
using Core.Common.Gui.Plugin;
using NUnit.Framework;
using Rhino.Mocks;
Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresInputContextPropertyInfoTest.cs
===================================================================
diff -u -re7b22b417acc51a88beb210ba39fef0f75e2760e -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresInputContextPropertyInfoTest.cs (.../ClosingStructuresInputContextPropertyInfoTest.cs) (revision e7b22b417acc51a88beb210ba39fef0f75e2760e)
+++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Plugin.Test/PropertyInfos/ClosingStructuresInputContextPropertyInfoTest.cs (.../ClosingStructuresInputContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Linq;
using Core.Common.Gui.Plugin;
using NUnit.Framework;
using Rhino.Mocks;
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.Test/FailureMechanismPropertyChangeHandlerTest.cs
===================================================================
diff -u -re7b22b417acc51a88beb210ba39fef0f75e2760e -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/Common/test/Ringtoets.Common.Forms.Test/FailureMechanismPropertyChangeHandlerTest.cs (.../FailureMechanismPropertyChangeHandlerTest.cs) (revision e7b22b417acc51a88beb210ba39fef0f75e2760e)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.Test/FailureMechanismPropertyChangeHandlerTest.cs (.../FailureMechanismPropertyChangeHandlerTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil.Test/FailureMechanismSetPropertyValueAfterConfirmationParameterTesterTest.cs
===================================================================
diff -u -r23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil.Test/FailureMechanismSetPropertyValueAfterConfirmationParameterTesterTest.cs (.../FailureMechanismSetPropertyValueAfterConfirmationParameterTesterTest.cs) (revision 23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil.Test/FailureMechanismSetPropertyValueAfterConfirmationParameterTesterTest.cs (.../FailureMechanismSetPropertyValueAfterConfirmationParameterTesterTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -1,5 +1,25 @@
-using System;
-using System.Collections.Generic;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System;
using System.Linq;
using Core.Common.Base;
using NUnit.Framework;
Index: Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/FailureMechanismSetPropertyValueAfterConfirmationParameterTester.cs
===================================================================
diff -u -ree0576b711ce1fabcb12903b1c56cbae0bc9414b -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/FailureMechanismSetPropertyValueAfterConfirmationParameterTester.cs (.../FailureMechanismSetPropertyValueAfterConfirmationParameterTester.cs) (revision ee0576b711ce1fabcb12903b1c56cbae0bc9414b)
+++ Ringtoets/Common/test/Ringtoets.Common.Forms.TestUtil/FailureMechanismSetPropertyValueAfterConfirmationParameterTester.cs (.../FailureMechanismSetPropertyValueAfterConfirmationParameterTester.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System;
using System.Collections.Generic;
using Core.Common.Base;
using NUnit.Framework;
Index: Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs
===================================================================
diff -u -r23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs) (revision 23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d)
+++ Ringtoets/GrassCoverErosionInwards/test/Ringtoets.GrassCoverErosionInwards.Forms.Test/PropertyClasses/GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs (.../GrassCoverErosionInwardsFailureMechanismContextPropertiesTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -201,10 +201,10 @@
}
[Test]
- [TestCase(0, TestName = "LenghtEffect_InvalidValueWithConfirmation_ArgumentOutOfRangeException(0)")]
- [TestCase(-1, TestName = "LenghtEffect_InvalidValueWithConfirmation_ArgumentOutOfRangeException(-1)")]
- [TestCase(-20, TestName = "LenghtEffect_InvalidValueWithConfirmation_ArgumentOutOfRangeException(-20)")]
- public void LengthEffect_SetInvalidValueWithConfirmation_ThrowsArgumentOutOfRangeException(int newLengthEffect)
+ [TestCase(0, TestName = "LenghtEffect_InvalidValue_ThrowsArgumentOutOfRangeExceptionNoNotifcations(0)")]
+ [TestCase(-1, TestName = "LenghtEffect_InvalidValue_ThrowsArgumentOutOfRangeExceptionNoNotifcations(-1)")]
+ [TestCase(-20, TestName = "LenghtEffect_InvalidValue_ThrowsArgumentOutOfRangeExceptionNoNotifcations(-20)")]
+ public void LengthEffect_SetInvalidValue_ThrowsThrowsArgumentOutOfRangeExceptionNoNotifcations(int newLengthEffect)
{
// Setup
var assessmentSectionMock = mockRepository.StrictMock();
@@ -237,7 +237,7 @@
[TestCase(1)]
[TestCase(10)]
[TestCase(20)]
- public void LengthEffect_SetValidValueWithConfirmation_UpdateDataAndNotifyObservers(int newLengthEffect)
+ public void LengthEffect_SetValidValue_UpdateDataAndNotifyObservers(int newLengthEffect)
{
// Setup
var observableMock = mockRepository.StrictMock();
Index: Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsFailureMechanismPropertiesTest.cs
===================================================================
diff -u -r23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsFailureMechanismPropertiesTest.cs (.../GrassCoverErosionOutwardsFailureMechanismPropertiesTest.cs) (revision 23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d)
+++ Ringtoets/GrassCoverErosionOutwards/test/Ringtoets.GrassCoverErosionOutwards.Forms.Test/PropertyClasses/GrassCoverErosionOutwardsFailureMechanismPropertiesTest.cs (.../GrassCoverErosionOutwardsFailureMechanismPropertiesTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -163,7 +163,7 @@
[TestCase(0)]
[TestCase(-1)]
[TestCase(-20)]
- public void LengthEffect_SetInvalidValueWithConfirmation_ThrowsArgumentOutOfRangeException(int newLengthEffect)
+ public void LengthEffect_SetInvalidValue_ThrowsArgumentOutOfRangeExceptionNoNotifcations(int newLengthEffect)
{
// Setup
var mockRepository = new MockRepository();
@@ -179,7 +179,6 @@
observableMock
});
-
var properties = new GrassCoverErosionOutwardsFailureMechanismProperties(failureMechanism, changeHandler);
// Call
@@ -195,7 +194,7 @@
[TestCase(1)]
[TestCase(10)]
[TestCase(20)]
- public void LengthEffect_SetValidValueWithConfirmation_UpdateDataAndNotifyObservers(int newLengthEffect)
+ public void LengthEffect_SetValidValue_UpdateDataAndNotifyObservers(int newLengthEffect)
{
// Setup
var mockRepository = new MockRepository();
@@ -212,7 +211,6 @@
observableMock
});
-
var properties = new GrassCoverErosionOutwardsFailureMechanismProperties(failureMechanism, changeHandler);
// Call
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismPropertiesTest.cs
===================================================================
diff -u -r23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismPropertiesTest.cs (.../HeightStructuresFailureMechanismPropertiesTest.cs) (revision 23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Forms.Test/PropertyClasses/HeightStructuresFailureMechanismPropertiesTest.cs (.../HeightStructuresFailureMechanismPropertiesTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -179,7 +179,7 @@
[TestCase(0)]
[TestCase(-1)]
[TestCase(-20)]
- public void LengthEffect_InvalidValueWithConfirmation_UpdateDataAndNotifyObservers(int value)
+ public void LengthEffect_InvalidValue_ThrowsArgumentOutOfRangeExceptionNoNotifcations(int value)
{
// Setup
var mockRepository = new MockRepository();
@@ -211,7 +211,7 @@
[TestCase(1)]
[TestCase(10)]
[TestCase(20)]
- public void LengthEffect_SetValidValueWithConfirmation_UpdateDataAndNotifyObservers(int value)
+ public void LengthEffect_SetValidValue_UpdateDataAndNotifyObservers(int value)
{
// Setup
var mockRepository = new MockRepository();
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresFailureMechanismContextPropertyInfoTest.cs
===================================================================
diff -u -raac0eeeb6697f9eaab2bbe62dd80f05b38cf515c -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresFailureMechanismContextPropertyInfoTest.cs (.../HeightStructuresFailureMechanismContextPropertyInfoTest.cs) (revision aac0eeeb6697f9eaab2bbe62dd80f05b38cf515c)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresFailureMechanismContextPropertyInfoTest.cs (.../HeightStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Linq;
using Core.Common.Gui.Plugin;
using NUnit.Framework;
using Rhino.Mocks;
@@ -9,6 +30,7 @@
namespace Ringtoets.HeightStructures.Plugin.Test.PropertyInfos
{
+ [TestFixture]
public class HeightStructuresFailureMechanismContextPropertyInfoTest
{
private HeightStructuresPlugin plugin;
Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresInputContextPropertyInfoTest.cs
===================================================================
diff -u -r0f678f97e76d90e4a7e7f0611ff22ab196b46381 -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresInputContextPropertyInfoTest.cs (.../HeightStructuresInputContextPropertyInfoTest.cs) (revision 0f678f97e76d90e4a7e7f0611ff22ab196b46381)
+++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Plugin.Test/PropertyInfos/HeightStructuresInputContextPropertyInfoTest.cs (.../HeightStructuresInputContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Linq;
using Core.Common.Gui.Plugin;
using NUnit.Framework;
using Rhino.Mocks;
Index: Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingFailureMechanismContextPropertiesTest.cs
===================================================================
diff -u -ree0576b711ce1fabcb12903b1c56cbae0bc9414b -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingFailureMechanismContextPropertiesTest.cs (.../PipingFailureMechanismContextPropertiesTest.cs) (revision ee0576b711ce1fabcb12903b1c56cbae0bc9414b)
+++ Ringtoets/Piping/test/Ringtoets.Piping.Forms.Test/PropertyClasses/PipingFailureMechanismContextPropertiesTest.cs (.../PipingFailureMechanismContextPropertiesTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -258,7 +258,7 @@
[TestCase(-0.1)]
[TestCase(1.1)]
[TestCase(8)]
- public void A_SetInvalidValue_ThrowsArgumentException(double value)
+ public void A_SetInvalidValue_ThrowsArgumentOutOfRangeExceptionNoNotifcations(double value)
{
// Setup
var failureMechanism = new PipingFailureMechanism();
Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructuresFailureMechanismPropertiesTest.cs
===================================================================
diff -u -r23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructuresFailureMechanismPropertiesTest.cs (.../StabilityPointStructuresFailureMechanismPropertiesTest.cs) (revision 23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d)
+++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Forms.Test/PropertyClasses/StabilityPointStructuresFailureMechanismPropertiesTest.cs (.../StabilityPointStructuresFailureMechanismPropertiesTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -196,7 +196,7 @@
[TestCase(0)]
[TestCase(-1)]
[TestCase(-20)]
- public void LengthEffect_InvalidValueWithConfirmation_UpdateDataAndNotifyObservers(int value)
+ public void LengthEffect_InvalidValue_ThrowsArgumentOutOfRangeExceptionNoNotifcations(int value)
{
// Setup
var mockRepository = new MockRepository();
@@ -228,7 +228,7 @@
[TestCase(1)]
[TestCase(10)]
[TestCase(20)]
- public void LengthEffect_SetValidValueWithConfirmation_UpdateDataAndNotifyObservers(int value)
+ public void LengthEffect_SetValidValue_UpdateDataAndNotifyObservers(int value)
{
// Setup
var mockRepository = new MockRepository();
Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs
===================================================================
diff -u -r23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs (.../StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 23d8c8de4ee091d49d86c4eadcb82c3eaeeef74d)
+++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs (.../StabilityPointStructuresFailureMechanismContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Linq;
using Core.Common.Gui.Plugin;
using NUnit.Framework;
using Rhino.Mocks;
Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresInputContextPropertyInfoTest.cs
===================================================================
diff -u -r0f678f97e76d90e4a7e7f0611ff22ab196b46381 -r54feee4bbc803da593586d0c19de638dccf5c621
--- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresInputContextPropertyInfoTest.cs (.../StabilityPointStructuresInputContextPropertyInfoTest.cs) (revision 0f678f97e76d90e4a7e7f0611ff22ab196b46381)
+++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.Plugin.Test/PropertyInfos/StabilityPointStructuresInputContextPropertyInfoTest.cs (.../StabilityPointStructuresInputContextPropertyInfoTest.cs) (revision 54feee4bbc803da593586d0c19de638dccf5c621)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// This program is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with this program. If not, see .
+//
+// All names, logos, and references to "Deltares" are registered trademarks of
+// Stichting Deltares and remain full property of Stichting Deltares at all times.
+// All rights reserved.
+
+using System.Linq;
using Core.Common.Gui.Plugin;
using NUnit.Framework;
using Rhino.Mocks;