AML14 / tratto

2 stars 1 forks source link

Experiment Setup #65

Open ezackr opened 1 year ago

ezackr commented 1 year ago

This pull request sets up the framework used for the experimental analysis. The end-to-end experimental process uses the top-level shell script experiment.sh with a specified test oracle generator and source file. We will generate prefixes using EvoSuite, and use individual shell scripts for each test oracle generator (we will support Tratto, TOGA, JDoctor). Then, we perform experimental analysis via mutation testing and test classification. See the top-level README for further detail.

Review this before #66.