File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
utbot-framework/src/test/kotlin/org/utbot/examples Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -2363,7 +2363,6 @@ abstract class UtValueTestCaseChecker(
2363
2363
}
2364
2364
if (testName) {
2365
2365
valueExecutions.checkNameMatchers(summaryNameChecks)
2366
- valueExecutions.checkNamesForBasicErrors()
2367
2366
}
2368
2367
if (testDisplayName) {
2369
2368
valueExecutions.checkDisplayNameMatchers(summaryDisplayNameChecks)
@@ -2462,15 +2461,6 @@ abstract class UtValueTestCaseChecker(
2462
2461
assertTrue(emptyLines.isEmpty()) { " Empty lines in the comments: ${emptyLines.map { it.summary }.prettify()} " }
2463
2462
}
2464
2463
2465
- fun List <UtValueExecution <* >>.checkNamesForBasicErrors () {
2466
- val wrongASTNodeConversion = this .filter {
2467
- it.testMethodName?.contains(" null" ) ? : false
2468
- }
2469
- assertTrue(wrongASTNodeConversion.isEmpty()) {
2470
- " Null in AST node conversion in the names: ${wrongASTNodeConversion.map { it.testMethodName }.prettify()} "
2471
- }
2472
- }
2473
-
2474
2464
fun walk (
2475
2465
method : UtMethod <* >,
2476
2466
mockStrategy : MockStrategyApi ,
You can’t perform that action at this time.
0 commit comments