I have a VB Solution having 1 project and corresponding unit test project in it.
TIA is enabled. But during code check-in, impacted unit tests are not getting executed.
If I add any new method and then write the corresponding unit test, then TIA is running newly added unit test only as part of impacted unit test.
Any clue, why my impacted unit tests are not getting triggered.
Thanks in advance...