konveyor / tackle-test-generator-core

Apache License 2.0
28 stars 21 forks source link

Fix for parameterized methods and parameterized types containing variables #167

Closed rachelt44 closed 1 year ago

rachelt44 commented 1 year ago

Description

Avoid compilation issues by correctly handling parameterized methods during unit test export, and correctly handling parameterized type parameters containing variables during sequence extension. Nested parameterized type parameters are currently still not handled.

Related to # (177) in planning repo

Type of Change

Please check the types of changes your PR introduces.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so that it can be replicated. Please also list any relevant details for your test configuration.

Checklist