SpoonLabs / astor

Automatic program repair for Java with generate-and-validate techniques :v::v:: jGenProg (2014) - jMutRepair (2016) - jKali (2016) - DeepRepair (2017) - Cardumen (2018) - 3sfix (2018)
https://hal.archives-ouvertes.fr/hal-01321615/document
GNU General Public License v2.0
208 stars 106 forks source link

Astor not compatible with JUnit5 #194

Open martinezmatias opened 5 years ago

martinezmatias commented 5 years ago

Astor is not able to run jUnitTest5 cases. The problem is that this new version has different namespaces (i.e., packages were renamed respect to version 4.X and 3.X: now they are in org.junit.jupiter.*

martinezmatias commented 5 years ago

Hi @b8ne I found the problem you mentioned: I suspect that Astor is not compatible with jUnit5