Index: Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/DistributionAssertTest.cs =================================================================== diff -u -ra31c79ccb0e2d2a4420a2289bc3db1e5a5125daf -ra14d1309ecf82ff5b0385a2f6e3b2c4a216a4184 --- Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/DistributionAssertTest.cs (.../DistributionAssertTest.cs) (revision a31c79ccb0e2d2a4420a2289bc3db1e5a5125daf) +++ Ringtoets/Common/test/Ringtoets.Common.Data.TestUtil.Test/DistributionAssertTest.cs (.../DistributionAssertTest.cs) (revision a14d1309ecf82ff5b0385a2f6e3b2c4a216a4184) @@ -93,7 +93,7 @@ { Mean = (RoundedDouble) 1, StandardDeviation = (RoundedDouble) 2 - }); + }).SetName("IdenticalNormalDistribution"); yield return new TestCaseData( new LogNormalDistribution(2) { @@ -104,7 +104,7 @@ { Mean = (RoundedDouble) 1, StandardDeviation = (RoundedDouble) 2 - }); + }).SetName("IdenticalLogNormalDistribution"); } } @@ -122,7 +122,7 @@ { Mean = (RoundedDouble) 1, CoefficientOfVariation = (RoundedDouble) 2 - }); + }).SetName("IdenticalLogVariationCoefficientNormalDistribution"); yield return new TestCaseData( new VariationCoefficientLogNormalDistribution(2) { @@ -133,7 +133,7 @@ { Mean = (RoundedDouble) 1, CoefficientOfVariation = (RoundedDouble) 2 - }); + }).SetName("IdenticalLogVariationCoefficientLogNormalDistribution"); } } @@ -151,7 +151,7 @@ { Mean = (RoundedDouble) 1, StandardDeviation = (RoundedDouble) 2 - }); + }).SetName("DifferentDistributionTypes"); yield return new TestCaseData( new NormalDistribution(2) { @@ -162,7 +162,7 @@ { Mean = (RoundedDouble) 1, StandardDeviation = (RoundedDouble) 2 - }); + }).SetName("DifferentRoundingNormalDistribution"); yield return new TestCaseData( new LogNormalDistribution(2) { @@ -173,7 +173,7 @@ { Mean = (RoundedDouble) 1, StandardDeviation = (RoundedDouble) 2 - }); + }).SetName("DifferentRoundingLogNormalDistribution"); yield return new TestCaseData( new NormalDistribution(2) { @@ -184,7 +184,7 @@ { Mean = (RoundedDouble) 2, StandardDeviation = (RoundedDouble) 2 - }); + }).SetName("DifferentMeanNormalDistribution"); yield return new TestCaseData( new LogNormalDistribution(2) { @@ -195,7 +195,7 @@ { Mean = (RoundedDouble) 2, StandardDeviation = (RoundedDouble) 2 - }); + }).SetName("DifferentMeanLogNormalDistribution"); yield return new TestCaseData( new NormalDistribution(2) { @@ -206,7 +206,7 @@ { Mean = (RoundedDouble) 1, StandardDeviation = (RoundedDouble) 2 - }); + }).SetName("DifferentStandardDeviationNormalDistribution"); yield return new TestCaseData( new LogNormalDistribution(2) { @@ -217,7 +217,7 @@ { Mean = (RoundedDouble) 1, StandardDeviation = (RoundedDouble) 2 - }); + }).SetName("DifferentStandardDeviationLogNormalDistribution"); } } @@ -235,7 +235,7 @@ { Mean = (RoundedDouble) 1, CoefficientOfVariation = (RoundedDouble) 2 - }); + }).SetName("DifferentVariationCoefficientDistributionTypes"); yield return new TestCaseData( new VariationCoefficientNormalDistribution(2) { @@ -246,7 +246,7 @@ { Mean = (RoundedDouble) 1, CoefficientOfVariation = (RoundedDouble) 2 - }); + }).SetName("DifferentRoundingVariationCoefficientNormalDistribution"); yield return new TestCaseData( new VariationCoefficientLogNormalDistribution(2) { @@ -257,7 +257,7 @@ { Mean = (RoundedDouble) 1, CoefficientOfVariation = (RoundedDouble) 2 - }); + }).SetName("DifferentRoundingVariationCoefficientLogNormalDistribution"); yield return new TestCaseData( new VariationCoefficientNormalDistribution(2) { @@ -268,7 +268,7 @@ { Mean = (RoundedDouble) 2, CoefficientOfVariation = (RoundedDouble) 2 - }); + }).SetName("DifferentMeanVariationCoefficientNormalDistribution"); yield return new TestCaseData( new VariationCoefficientLogNormalDistribution(2) { @@ -279,7 +279,7 @@ { Mean = (RoundedDouble) 2, CoefficientOfVariation = (RoundedDouble) 2 - }); + }).SetName("DifferentMeanVariationCoefficientLogNormalDistribution"); yield return new TestCaseData( new VariationCoefficientNormalDistribution(2) { @@ -290,7 +290,7 @@ { Mean = (RoundedDouble) 1, CoefficientOfVariation = (RoundedDouble) 2 - }); + }).SetName("DifferentStandardDeviationVariationCoefficientNormalDistribution"); yield return new TestCaseData( new VariationCoefficientLogNormalDistribution(2) { @@ -301,7 +301,7 @@ { Mean = (RoundedDouble) 1, CoefficientOfVariation = (RoundedDouble) 2 - }); + }).SetName("DifferentStandardDeviationVariationCoefficientLogNormalDistribution"); } }