Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DSE functionality #460

Open
claudeyj opened this issue Aug 26, 2023 · 2 comments
Open

DSE functionality #460

claudeyj opened this issue Aug 26, 2023 · 2 comments

Comments

@claudeyj
Copy link

Dear EvoSuite authors,

I've been using EvoSuite for some time and it's really amazing. Recently I noticed EvoSuite even contains a DSE module which means it may do what klee can do for llvm. That's thrilling! But later I found when I configure EvoSuite with DSE strategy for a target class and it generated 0 tests. Then I figured out that it seems the DSE functionality is limited to static methods, and I found one comment mentioning this: #366 (comment). I also looked into the source code and found the potentially corresponding code here:

List<Method> targetStaticMethods = ClassUtil.getTargetClassStaticMethods(targetClass);
. So here I just wish to confirm with you: is EvoSuite currently partly supporting DSE (only for static methods)? If so, do you have any plans to extend this module?

@jose
Copy link
Member

jose commented Aug 26, 2023

@ilebrero, @jgaleotti, any chance you could answer @claudeyj's question?

@claudeyj
Copy link
Author

claudeyj commented Sep 5, 2023

Sorry for bringing this up again, I wonder whether there's some updated information regarding this question? Thank you so much for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants