Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs =================================================================== diff -u -r27963fc53c323c7a6b6382bee7d1ded31b6ac3a0 -r137068471d40db96afb9292f4da699ec38c31cd6 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs) (revision 27963fc53c323c7a6b6382bee7d1ded31b6ac3a0) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Read/StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs (.../StrengthStabilityLengthwiseConstructionSectionResultEntityReadExtensionsTest.cs) (revision 137068471d40db96afb9292f4da699ec38c31cd6) @@ -41,10 +41,10 @@ var sectionResult = new StrengthStabilityLengthwiseConstructionFailureMechanismSectionResult(new TestFailureMechanismSection()); // Call - TestDelegate test = () => ((StrengthStabilityLengthwiseConstructionSectionResultEntity) null).Read(sectionResult); + TestDelegate call = () => ((StrengthStabilityLengthwiseConstructionSectionResultEntity) null).Read(sectionResult); // Assert - var exception = Assert.Throws(test); + var exception = Assert.Throws(call); Assert.AreEqual("entity", exception.ParamName); } @@ -69,8 +69,8 @@ var random = new Random(31); var simpleAssessmentResult = random.NextEnumValue(); var tailorMadeAssessmentResult = random.NextEnumValue(); - var manualAssemblyCategoryGroup = random.NextEnumValue(); bool useManualAssemblyCategoryGroup = random.NextBoolean(); + var manualAssemblyCategoryGroup = random.NextEnumValue(); var entity = new StrengthStabilityLengthwiseConstructionSectionResultEntity {