TestSmells / TestSmellDetector

A tool to detect test smells in Java projects that utilize JUnit as the testing framework
https://testsmells.github.io/
GNU General Public License v3.0
73 stars 39 forks source link

TS-Detect was not giving output on Mac #23

Open Addltariq10 opened 2 years ago

Addltariq10 commented 2 years ago

Mac OS: 12.3.1 Chip: Apple M1 (not intel) Run method attempted: Docker Test project; https://github.com/Addltariq10/mockito

I pick up test files and its production files in the csv, using the terminal, i executed the java -jar pathname.jar pathname.csv but it didnt give output in csv, although the same file worked fine on another windows laptop,