I am currently building a plugin that integrates Randoop with Eclipse env, and I want to modify the Randoop behavior to use values from a literal file and generate test cases based on those values instead of using primitive seed values.
I have been exploring the Randoop source code to understand how Randoop binds seed values to the variables. but I am facing some difficulties in understanding the implementation. I want to understand how we can modify randoop's behavior to take values from the literal files and generate test cases based on those values instead of taking default seed values defined in the source code of randoop.
I am able to completely exclude the built-in seed values of Randoop & include only user-defined literals as input in Randoop test case generation but I am not able to get the values mapped to the variables