We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
checkAllCombinations
1 parent 9a41938 commit 87528beCopy full SHA for 87528be
utbot-framework/src/main/kotlin/org/utbot/tests/infrastructure/UtValueTestCaseChecker.kt
@@ -2364,11 +2364,10 @@ abstract class UtValueTestCaseChecker(
2364
// TODO check that all generated classes have different content JIRA:1415
2365
2366
logger.info { "Total configurations: ${succeeded.size + failed.size}. Failed: ${failed.size}." }
2367
-
2368
require(failed.isEmpty()) {
2369
val separator = System.lineSeparator()
2370
val failedConfigurations = failed.joinToString(prefix = separator, separator = separator)
2371
+ logger.error { "Failed configurations: $failedConfigurations" }
2372
"Failed configurations: $failedConfigurations"
2373
}
2374
0 commit comments