Skip to content

sealuzh/smells-automated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scented Since the Beginning: On the Diffuseness of Test Smells in Automatically Generated Test Code

This GitHub repository serves as a replication package and it contains all the data and the scripts we use in the paper.

Context of the Study

This file contains the list of the 100 classes used in the project.

Data Folder

The data folder contains all the raw data we employ in the paper. In particular:

  • a priori contains the data and the script we use to answer RQ2;
  • ck-metrics contains all the CK metrics we extracted from the context of the study;
  • plots contains the figures reported into the paper;
  • test-smells-data contains the raw data about the smells computed over the generated tests, both at class and method granularity.

Test Generation

Moreover, we also share the script we use to automatically generate the test cases with the 3 tools we employ.