Skip to content

Enable anonymous class test in parameterized mode #1351

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Nov 11, 2022

Conversation

sofurihafe
Copy link
Member

@sofurihafe sofurihafe commented Nov 11, 2022

Description

This PR fixes type wrapping for anonymous classes in parameterized test method signature.
Also, it enabled the last disabled test after parameterized mode introduction in CI.

Fixes # (1136) completely

Type of Change

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

How Has This Been Tested?

Automated Testing

UTBot-samples

Manual Scenario

Run AnonymousClassesExampleTest. Verify that there are three separated parameterized tests (actually, the reason behind it is difference in changed statics types).

@sofurihafe sofurihafe force-pushed the andrey-t/param-tests-anonymous branch from 164debf to cec1209 Compare November 11, 2022 07:17
@sofurihafe sofurihafe force-pushed the andrey-t/param-tests-anonymous branch from cec1209 to 24a6cc8 Compare November 11, 2022 08:14
@EgorkaKulikov EgorkaKulikov self-requested a review November 11, 2022 08:19
@sofurihafe sofurihafe marked this pull request as ready for review November 11, 2022 08:23
@sofurihafe sofurihafe linked an issue Nov 11, 2022 that may be closed by this pull request
@EgorkaKulikov EgorkaKulikov merged commit 6d7339f into main Nov 11, 2022
@EgorkaKulikov EgorkaKulikov deleted the andrey-t/param-tests-anonymous branch November 11, 2022 11:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Return tempoparly disabled parametrized tests
2 participants