konveyor / tackle-test-generator-core

Apache License 2.0
28 stars 21 forks source link

Add assertions on receiver objects #115

Closed rachelt44 closed 2 years ago

rachelt44 commented 2 years ago

Is your feature request related to a problem? Please describe.

When an executed statement doesn't return a value, we don't add assertions for it. Instead we should assert the member values of the receiver object.

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

rachelt44 commented 2 years ago

Implemented and merged via PR: https://github.com/konveyor/tackle-test-generator-core/pull/120