Index: Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructureTest.cs =================================================================== diff -u -r1010d4569cd91ef8661e423e01f833e932180fd4 -r155f4cb85e35d6ba7629a7440900bc0642410878 --- Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructureTest.cs (.../ClosingStructureTest.cs) (revision 1010d4569cd91ef8661e423e01f833e932180fd4) +++ Ringtoets/ClosingStructures/test/Ringtoets.ClosingStructures.Data.Test/ClosingStructureTest.cs (.../ClosingStructureTest.cs) (revision 155f4cb85e35d6ba7629a7440900bc0642410878) @@ -457,7 +457,7 @@ Name = "otherName", Id = "otherId", Location = new Point2D(1, 1), - StructureNormalOrientation = (RoundedDouble)random.Next(), + StructureNormalOrientation = (RoundedDouble) random.Next(), AllowedLevelIncreaseStorage = { Mean = (RoundedDouble) (random.NextDouble() + 1.0), @@ -592,9 +592,9 @@ [Test] [TestCaseSource(nameof(StructureCombinations))] - public void Equal_DifferentProperty_RetunsIsEqual(ClosingStructure structure, - ClosingStructure otherStructure, - bool expectedToBeEqual) + public void Equal_DifferentProperty_ReturnsIsEqual(ClosingStructure structure, + ClosingStructure otherStructure, + bool expectedToBeEqual) { // Call bool isStructureEqualToOther = structure.Equals(otherStructure); Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/LogNormalDistributionTest.cs =================================================================== diff -u -reef2f17598bbe7b051207dfac25952567d57f64c -r155f4cb85e35d6ba7629a7440900bc0642410878 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/LogNormalDistributionTest.cs (.../LogNormalDistributionTest.cs) (revision eef2f17598bbe7b051207dfac25952567d57f64c) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/LogNormalDistributionTest.cs (.../LogNormalDistributionTest.cs) (revision 155f4cb85e35d6ba7629a7440900bc0642410878) @@ -277,9 +277,9 @@ [Test] [TestCaseSource(nameof(DistributionCombinations))] - public void Equal_DifferentProperty_RetunsIsEqual(LogNormalDistribution distribution, - LogNormalDistribution otherDistribution, - bool expectedToBeEqual) + public void Equal_DifferentProperty_ReturnsIsEqual(LogNormalDistribution distribution, + LogNormalDistribution otherDistribution, + bool expectedToBeEqual) { // Call bool isDistributionEqualToOther = distribution.Equals(otherDistribution); Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/NormalDistributionTest.cs =================================================================== diff -u -reef2f17598bbe7b051207dfac25952567d57f64c -r155f4cb85e35d6ba7629a7440900bc0642410878 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/NormalDistributionTest.cs (.../NormalDistributionTest.cs) (revision eef2f17598bbe7b051207dfac25952567d57f64c) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/NormalDistributionTest.cs (.../NormalDistributionTest.cs) (revision 155f4cb85e35d6ba7629a7440900bc0642410878) @@ -198,9 +198,9 @@ [Test] [TestCaseSource(nameof(DistributionCombinations))] - public void Equal_DifferentProperty_RetunsIsEqual(NormalDistribution distribution, - NormalDistribution otherDistribution, - bool expectedToBeEqual) + public void Equal_DifferentProperty_ReturnsIsEqual(NormalDistribution distribution, + NormalDistribution otherDistribution, + bool expectedToBeEqual) { // Call bool isDistributionEqualToOther = distribution.Equals(otherDistribution); Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/VariationCoefficientLogNormalDistributionTest.cs =================================================================== diff -u -reef2f17598bbe7b051207dfac25952567d57f64c -r155f4cb85e35d6ba7629a7440900bc0642410878 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/VariationCoefficientLogNormalDistributionTest.cs (.../VariationCoefficientLogNormalDistributionTest.cs) (revision eef2f17598bbe7b051207dfac25952567d57f64c) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/VariationCoefficientLogNormalDistributionTest.cs (.../VariationCoefficientLogNormalDistributionTest.cs) (revision 155f4cb85e35d6ba7629a7440900bc0642410878) @@ -225,9 +225,9 @@ [Test] [TestCaseSource(nameof(DistributionCombinations))] - public void Equal_DifferentProperty_RetunsIsEqual(VariationCoefficientLogNormalDistribution distribution, - VariationCoefficientLogNormalDistribution otherDistribution, - bool expectedToBeEqual) + public void Equal_DifferentProperty_ReturnsIsEqual(VariationCoefficientLogNormalDistribution distribution, + VariationCoefficientLogNormalDistribution otherDistribution, + bool expectedToBeEqual) { // Call bool isDistributionEqualToOther = distribution.Equals(otherDistribution); Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/VariationCoefficientNormalDistributionTest.cs =================================================================== diff -u -reef2f17598bbe7b051207dfac25952567d57f64c -r155f4cb85e35d6ba7629a7440900bc0642410878 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/VariationCoefficientNormalDistributionTest.cs (.../VariationCoefficientNormalDistributionTest.cs) (revision eef2f17598bbe7b051207dfac25952567d57f64c) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/Probabilistics/VariationCoefficientNormalDistributionTest.cs (.../VariationCoefficientNormalDistributionTest.cs) (revision 155f4cb85e35d6ba7629a7440900bc0642410878) @@ -207,9 +207,9 @@ [Test] [TestCaseSource(nameof(DistributionCombinations))] - public void Equal_DifferentProperty_RetunsIsEqual(VariationCoefficientNormalDistribution distribution, - VariationCoefficientNormalDistribution otherDistribution, - bool expectedToBeEqual) + public void Equal_DifferentProperty_ReturnsIsEqual(VariationCoefficientNormalDistribution distribution, + VariationCoefficientNormalDistribution otherDistribution, + bool expectedToBeEqual) { // Call bool isDistributionEqualToOther = distribution.Equals(otherDistribution); Index: Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs =================================================================== diff -u -r2f41eb6eb560911cd4ebe2d4d6924c26df911c40 -r155f4cb85e35d6ba7629a7440900bc0642410878 --- Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs (.../StructureBaseTest.cs) (revision 2f41eb6eb560911cd4ebe2d4d6924c26df911c40) +++ Ringtoets/Common/test/Ringtoets.Common.Data.Test/StructureBaseTest.cs (.../StructureBaseTest.cs) (revision 155f4cb85e35d6ba7629a7440900bc0642410878) @@ -260,9 +260,9 @@ [Test] [TestCaseSource(nameof(StructureCombinations))] - public void Equal_DifferentProperty_RetunsIsEqual(StructureBase structure, - StructureBase otherStructure, - bool expectedToBeEqual) + public void Equal_DifferentProperty_ReturnsIsEqual(StructureBase structure, + StructureBase otherStructure, + bool expectedToBeEqual) { // Call bool isStructureEqualToOther = structure.Equals(otherStructure); Index: Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructureTest.cs =================================================================== diff -u -r121f0e24e6f6550f84a564228865287a87ad9e87 -r155f4cb85e35d6ba7629a7440900bc0642410878 --- Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructureTest.cs (.../HeightStructureTest.cs) (revision 121f0e24e6f6550f84a564228865287a87ad9e87) +++ Ringtoets/HeightStructures/test/Ringtoets.HeightStructures.Data.Test/HeightStructureTest.cs (.../HeightStructureTest.cs) (revision 155f4cb85e35d6ba7629a7440900bc0642410878) @@ -448,9 +448,9 @@ [Test] [TestCaseSource(nameof(StructureCombinations))] - public void Equal_DifferentProperty_RetunsIsEqual(HeightStructure structure, - HeightStructure otherStructure, - bool expectedToBeEqual) + public void Equal_DifferentProperty_ReturnsIsEqual(HeightStructure structure, + HeightStructure otherStructure, + bool expectedToBeEqual) { // Call bool isStructureEqualToOther = structure.Equals(otherStructure);