-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,20 @@ | ||
# Online Appendix | ||
# Scented Since the Beginning: On the Diffuseness of Test Smells in Automatically Generated Test Code | ||
|
||
### 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. | ||
|
||
This GitHub repository contains the all the raw data we use and analyze in our paper. | ||
## Context of the Study | ||
[This](https://github.com/sealuzh/smells-automated/blob/master/subjects.csv) file contains the list of the 100 classes used in the project. | ||
|
||
Moreover, we also share the script we use to automatically generate the test cases with the 3 tools we employ. | ||
## Data Folder | ||
|
||
The [data](https://github.com/sealuzh/smells-automated/tree/master/data) folder contains all the raw data we employ in the paper. | ||
In particular: | ||
|
||
* [a priori](https://github.com/sealuzh/smells-automated/tree/master/data/a-priori) contains the data and the script we use to answer RQ2; | ||
* [ck-metrics](https://github.com/sealuzh/smells-automated/tree/master/data/ck-metrics) contains all the CK metrics we extracted from the context of the study; | ||
* [plots](https://github.com/sealuzh/smells-automated/tree/master/data/plots) contains the figures reported into the paper; | ||
* [test-smells-data](https://github.com/sealuzh/smells-automated/tree/master/data/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](https://github.com/sealuzh/smells-automated/tree/master/generation-scripts) we use to automatically generate the test cases with the 3 tools we employ. | ||
|