EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
829 stars 340 forks source link

generate test cases for abstract #407

Open shuqing1 opened 2 years ago

shuqing1 commented 2 years ago

Hello, This is my fourth problem with EvoSuite, and I would like your guidance to solve them. Looking forward to your reply. Thank you!

When generate test cases for abstract class,EvoSuite randomly looks for an inherited class generation case, and the generated case is very simple.

image

image