标签: junit randoop
我想使用Randoop为包含许多API函数的应用程序生成单元测试用例。我可以使用methodlist选项指定使用哪些方法来形成测试。但是,如果此方法使用必须先使用某些setter函数设置的类字段,该怎么办。目前,在几乎所有由Randoop生成的测试中,API调用之后都会调用这些setter函数。我可以指定在测试中调用方法的顺序吗?
methodlist
答案 0 :(得分:0)
目前不行。我通过阅读Randoop manual确定了这一点。
如果要建议功能,可以在issue tracker或mailing list上进行。