evosuite-plus-plus icon indicating copy to clipboard operation
evosuite-plus-plus copied to clipboard

Evosuite++: an enhancement for Evosuite framework supporting new features like optimal object construction and gradient recovering

Results 100 evosuite-plus-plus issues
Sort by recently updated
recently updated
newest added

### Context *Please provide below a detailed introduction to the issue itself, and describe what you were doing when the issue happened. Or, what do you want to achieve?* ###...

I'd like to download the EvosuiteTest-1.0.7-SNAPSHOT.jar via the link(https://drive.google.com/file/d/1VCtXL2wIEvoTSEunviZ2tiFBhiMDIB1B/view?usp=sharing), but only encountered the problem: Downloading this file will exceed the download limit Could the author upload the EvosuiteTest-1.0.7-SNAPSHOT.jar to the...

### Context Method is `wheel.components.Checkbox#renderComponent(Lorg/xmlpull/v1/XmlSerializer;)V` ![image](https://user-images.githubusercontent.com/40322372/98142546-e5c1a180-1f02-11eb-816c-a5a419bf559c.png) Evoobj gets 0.375 to 0.875 coverage, Evosuite can consistently get 0.75 to 0.875 coverage. Both fails to cover the false branch on line 60....

Testcase: regression.objectconstruction.testgeneration.testcase.SF100LegitimizationTest.testAuxilaryBranchWithLegitimization() throws ClassNotFoundException, RuntimeException: The best test case we can achieve: ``` LoanInfoCommon loanInfoCommon0 = new LoanInfoCommon(); loanInfoCommon0.deleteCompletedPmtCount(); long long0 = 86400000L; loanInfoCommon0.setRemainingPmtCount(long0); RegPmtCurAmt regPmtCurAmt0 = new RegPmtCurAmt(); loanInfoCommon0.setRegPmtCurAmt(regPmtCurAmt0);...

enhancement

### Context Evoobj did not cover this branch: ![image](https://user-images.githubusercontent.com/40322372/97178255-341fc380-17d2-11eb-92d9-7c226ae5dc08.png) ### Steps to Reproduce 1. Run SF100LegitimizationTest.testLegitimizationBad5() 2. Run SF100MultiSBSTAlgorithmTest.testDynaMOSA9() ### EvoSuite Arguments NA ### Current Result Initial test case generated:...

### Context Target method class not found in TestClusterGenerator when running test legitimizer. ### Steps to Reproduce Run SF100LegitimizationTest.testLegitimizationBad2() ### EvoSuite Arguments NA ### Current Result ![image](https://user-images.githubusercontent.com/40322372/97175134-fcaf1800-17cd-11eb-9264-f89ca9878f25.png) ![image](https://user-images.githubusercontent.com/40322372/97175174-0df82480-17ce-11eb-93b1-a74c9098fb96.png) ### Expected...

### Context Test case generated does not include set() method for an object field, when the node for get() method is reached. ### Steps to Reproduce Run SF100LegitimizationTest.testLegitimizationBad1() ### EvoSuite...