konveyor / tackle-test-generator-cli

Apache License 2.0
58 stars 34 forks source link

Test cases not getting generated for methods having external method calls. #344

Open SSDivya opened 10 months ago

SSDivya commented 10 months ago

We are trying to generate test cases using tackle test tool. Test cases are generating fine for the normal methods.

But for the methods which are having external method calls, the tool is skipping the whole method without generating the test cases.

Please let us know whether any feature can be implemented in the tool to support Mocking.

Thanks in Advance Divya.