LeonYang95 / LLM4UT

Evaluation code of ASE24 accepted paper "On the Evaluation of LLM in Unit Test Generation"
https://arxiv.org/abs/2406.18181
Mulan Permissive Software License, Version 2
6 stars 1 forks source link

Missing files for running the code #3

Open jundaz opened 1 day ago

jundaz commented 1 day ago

Hello there, it seems that I cannot reopen the previous post I made, so I had to open a new issue. I think I am still missing data.extract_all_methods_and_tests file, this file is called in: rq1/assistant_methods.py Thank you!

LeonYang95 commented 1 day ago

Hi @jundaz ,

Sorry we have lost the extract_all_methods_and_tests.py file. Probably because we used the evosuite support within defects4j to generate unit tests instead of using evosuite.jar. Hopefully you can remove the redundant import and the run_evosuite method in assistant_methods.py.