Skip to content

Enable disabled test due to the fix #1277

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
Nov 9, 2022
Merged

Conversation

sofurihafe
Copy link
Member

@sofurihafe sofurihafe commented Nov 1, 2022

Description

Getting back the disabled CustomerExamplesTest test for parameterization mode.
Before this PR, thisInstance creation was moved to the main test method from data providers in parameterization in order to render less similar code. But after some investigations we found out that there are cases when we need to create a special thisInstance for each data provider. So, it was decided to roll back that change.

Fixes # (1136) partially and #(1266)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Automated Testing

UTBot-samples & CustomerExamplesTest & PrivateConstructorExampleTest

Manual Scenario

Run CustomerExamplesTest & PrivateConstructorExampleTest. Verify that now the test is green and is generated properly.

@sofurihafe sofurihafe force-pushed the andrey-t/return-tests-misc branch from 06f6e95 to 8eef11c Compare November 9, 2022 13:33
@sofurihafe sofurihafe marked this pull request as ready for review November 9, 2022 13:47
@sofurihafe sofurihafe force-pushed the andrey-t/return-tests-misc branch from 8eef11c to 203f085 Compare November 9, 2022 13:57
@EgorkaKulikov EgorkaKulikov merged commit a208ceb into main Nov 9, 2022
@EgorkaKulikov EgorkaKulikov deleted the andrey-t/return-tests-misc branch November 9, 2022 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants