Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/Configurations/StabilityPointStructuresCalculationConfigurationImporterTest.cs =================================================================== diff -u -r0b39c20501ba853c9264ee7f5ef6277c5ae03c7c -red788568559585f57ba5ce5cf65f1f602d075014 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/Configurations/StabilityPointStructuresCalculationConfigurationImporterTest.cs (.../StabilityPointStructuresCalculationConfigurationImporterTest.cs) (revision 0b39c20501ba853c9264ee7f5ef6277c5ae03c7c) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/Configurations/StabilityPointStructuresCalculationConfigurationImporterTest.cs (.../StabilityPointStructuresCalculationConfigurationImporterTest.cs) (revision ed788568559585f57ba5ce5cf65f1f602d075014) @@ -967,11 +967,14 @@ } [TestCase("validConfigurationUnknownForeshoreProfile.xml", - "Het voorlandprofiel 'unknown' bestaat niet.")] + "Het voorlandprofiel 'unknown' bestaat niet.", + TestName = "Import_UnknownData({0:80})")] [TestCase("validConfigurationUnknownHydraulicBoundaryLocation.xml", - "De locatie met hydraulische randvoorwaarden 'unknown' bestaat niet.")] + "De locatie met hydraulische randvoorwaarden 'unknown' bestaat niet.", + TestName = "Import_UnknownData({0:80})")] [TestCase("validConfigurationUnknownStructure.xml", - "Het kunstwerk 'unknown' bestaat niet.")] + "Het kunstwerk 'unknown' bestaat niet.", + TestName = "Import_UnknownData({0:80})")] public void Import_ValidConfigurationUnknownData_LogMessageAndContinueImport(string file, string expectedErrorMessage) { // Setup Index: Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/Configurations/StabilityPointStructuresCalculationConfigurationReaderTest.cs =================================================================== diff -u -rfe7c27dc926b4087fd6ed9551655d0571c8018c9 -red788568559585f57ba5ce5cf65f1f602d075014 --- Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/Configurations/StabilityPointStructuresCalculationConfigurationReaderTest.cs (.../StabilityPointStructuresCalculationConfigurationReaderTest.cs) (revision fe7c27dc926b4087fd6ed9551655d0571c8018c9) +++ Ringtoets/StabilityPointStructures/test/Ringtoets.StabilityPointStructures.IO.Test/Configurations/StabilityPointStructuresCalculationConfigurationReaderTest.cs (.../StabilityPointStructuresCalculationConfigurationReaderTest.cs) (revision ed788568559585f57ba5ce5cf65f1f602d075014) @@ -547,8 +547,8 @@ } [Test] - [TestCase("validConfigurationEmptyStochasts")] - [TestCase("validConfigurationEmptyCalculation")] + [TestCase("validConfigurationEmptyStochasts", TestName = "Read_Empty({0:80})")] + [TestCase("validConfigurationEmptyCalculation", TestName = "Read_Empty({0:80})")] public void Read_ValidConfigurationWithEmptyCalculationOrWithEmptyStochasts_NoValuesSet(string fileName) { // Setup