Skip to content

This is finding Indirect testing smell .Indirect Test Smell is found when an object is tested indirectly through anotherobject. The code segment given below is an example of Indirect Testing smell where DbConnection is tested though ProductRepo.

Notifications You must be signed in to change notification settings

amran0917/IndirectTEstSmell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

IndirectTEstSmell

About

This is finding Indirect testing smell .Indirect Test Smell is found when an object is tested indirectly through anotherobject. The code segment given below is an example of Indirect Testing smell where DbConnection is tested though ProductRepo.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published