I am working on testing in android. Worked with fundamentals of testing and executed them they worked perfectly. Then I started using Hilt and write a test case to check Fragment is displayed or not.
The problem is test is running infinite, it is never launching Fragment. No error nothing is displaying in logcat. Below I mention the screenshots.
I followed so many youtube tutorials like and github AOSP projects samples but not getting any success in this.
https://www.youtube.com/watch?v=vVJeOACGSOU&t=1590s
https://www.youtube.com/watch?v=k4zG93ogWFY&list=PLQkwcJG4YTCSYJ13G4kVIJ10X5zisB2Lq&index=12
What am I doing wrong help me out.