Skip to content

antanvir/EagerTestSmellDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EagerTestSmellDetector

Author : A. N. TANVIR

"Eager Test Smell Detector tool" using JavaParser API.

I have downloaded JARs from the following sites:

I have implemented my Java File Extractor & Visitor, Test Method Parser following this ( https://tomassetti.me/getting-started-with-javaparser-analyzing-java-code-programmatically/ ) blog.

And To find out the invoked methods within a test method, this issue ( javaparser/javaparser#490 ) on github was helpful.

About The Detector

Eager Test smell is a case where a test method checks several methods of the tested object.

This tool fetches Java Unit Testing source files from the given directory (& also from sub-directories).Then it detects Eager Test Smells in those test files. To be specific this tool analyzes every test method from that file, if finds eager test smells prints the method & its line numbers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages