konveyor / tackle-test-generator-core

Apache License 2.0
28 stars 21 forks source link

Issue 77 package level tests #78

Closed rachelt44 closed 3 years ago

rachelt44 commented 3 years ago

Description

Test cases are created in the same package as the class they are testing. This also allows including in the CTD model non-private parameter types from the same package as the class under test, as well as protected types that the class under test inherits from.

Related to # (77)

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