I have two operations which can proceed independently, so I have one going in a different thread.
Rarely a situation arises when I need to issue the unit under test a command that would impact the other thread. I would like to make sure the other thread is finished before doing this.
Is this information available?
I'm using TS 2013 in sequential mode.