I have a unit test called TestMakeAValidCall(). It tests my phone app making a valid call.
TestMakeAValidCall()
I am about to write another test called TestShowCallMe
TestShowCallMe
IMHO, you should do one of the following: