Skip to content

Enables 40 tests for utbot-summary module #389

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Repaired ReturnExampleTest tests
  • Loading branch information
amandelpie committed Jun 28, 2022
commit aebff52c3949e63d7bdc20e48b571a930aa75da9
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ open class SummaryTestCaseGeneratorTest(
val notMatchedExecutions = this.filter { execution ->
methodNames.none { methodName -> execution.testMethodName?.equals(methodName) == true }
}
Assertions.assertTrue(notMatchedExecutions.isEmpty()) { "Not matched display names ${summaries(notMatchedExecutions)}" }
Assertions.assertTrue(notMatchedExecutions.isEmpty()) { "Not matched test names ${summaries(notMatchedExecutions)}" }
}

fun List<UtExecution>.checkMatchersWithDisplayNames(
Expand Down
Loading