Index: Ringtoets/Common/test/Ringtoets.Common.Service.Test/CalculationServiceHelperTest.cs =================================================================== diff -u -r7371a70ed0751d341d41a7b951b780d286f83791 -r4bcc038e6241fa5bd7f33128e5721a6721ea9b79 --- Ringtoets/Common/test/Ringtoets.Common.Service.Test/CalculationServiceHelperTest.cs (.../CalculationServiceHelperTest.cs) (revision 7371a70ed0751d341d41a7b951b780d286f83791) +++ Ringtoets/Common/test/Ringtoets.Common.Service.Test/CalculationServiceHelperTest.cs (.../CalculationServiceHelperTest.cs) (revision 4bcc038e6241fa5bd7f33128e5721a6721ea9b79) @@ -54,7 +54,7 @@ } [Test] - public void LogMessagesAsErrorWithFormat_WithFormatAndErrorMessages_LogsMessagesInGivenFormat() + public void LogMessagesAsErrorWithFormat_WithFormatAndErrorMessages_LogsMessagesAsErrorsInGivenFormat() { // Setup const string format = "Message: {0}"; @@ -87,7 +87,7 @@ } [Test] - public void LogMessagesAsErrorWithoutFormat_WithFormatAndErrorMessages_LogsMessagesInGivenFormat() + public void LogMessagesAsErrorWithoutFormat_WithErrorMessages_LogsMessagesAsErrors() { // Setup var errorMessages = new[] @@ -119,7 +119,7 @@ } [Test] - public void LogMessagesAsWarning_WithFormatAndWarningMessages_LogsMessagesInGivenFormat() + public void LogMessagesAsWarning_WithWarningMessages_LogsMessagesAsWarnings() { // Setup var warningMessages = new[]