amran0917/IndirectTEstSmell
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.