Aaron Ong

Results 10 issues of Aaron Ong

### Context Some data is not recorded when using MonotonicGA algorithm - Age is always 0 and Missing Branches is always empty ### Steps to Reproduce Run Evosuite with 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....

### 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...

### Context Unable to generate JUnit test files using evosuite-shell jar file. ### Steps to Reproduce Following the steps from https://www.evosuite.org/documentation/tutorial-part-1/, evosuite can generate the JUnit test files when you...

### Context Primitive parameters does not seem to be accounted for, as shown in the following example. ### Steps to Reproduce Run `testComputationGraphConstruction4()` in `ObjectOrientedTest`. ### EvoSuite Arguments NA ###...

### Context An issue with graph for test 9 for target method `execute()`, branches on lines 41 and 42. ### Steps to Reproduce Run `testComputationGraphConstruction9()` in `ObjectOrientedTest` ### EvoSuite Arguments...

### Context Some issues with graph for test 3 for target method `valueChanged()`, branch on line 20. ### Steps to Reproduce Run `testComputationGraphConstruction3()` in `ObjectOrientedTest` ### EvoSuite Arguments NA ###...

### Context Static methods in non-target classes does not seem to be accounted for, as shown in the following example. ### Steps to Reproduce Run `testComputationGraphConstruction4()` in `ObjectOrientedTest`. ### EvoSuite...