Skip to content

Fix expected number of generated methods counter #589 #590

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 1 commit into from
Jul 26, 2022

Conversation

sofurihafe
Copy link
Member

Description

This PR adapts expected number of generated methods counter for parametrized test generation.
Before there was a broken test, where a number of generated and expected methods was different (a method with empty executions is not rendered).

Fixes # (589)

Type of Change

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Automated Testing

Run utbot-samples with enabled parametrized test generation.

Manual Scenario

Run instanceOfExampleTest with enabled parametrized test generation. Verify that broken test is gone now.

@sofurihafe sofurihafe requested a review from EgorkaKulikov July 26, 2022 09:34
@sofurihafe sofurihafe linked an issue Jul 26, 2022 that may be closed by this pull request
@sofurihafe sofurihafe force-pushed the andrey-t/uber-test-parametrized-tests-support-fix branch from f79ee6c to 6c7427f Compare July 26, 2022 10:37
@sofurihafe sofurihafe merged commit 90cac71 into main Jul 26, 2022
@sofurihafe sofurihafe deleted the andrey-t/uber-test-parametrized-tests-support-fix branch July 26, 2022 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Broken test in parametrized test generation
2 participants