Guidelines for using Assert versus Verify
Your assumption about Assert to confirm State and Verify to confirm behavior is correct.
You Assert a result, or a value
You Verify that a method has been called with appropriate parameters.
Your assumption about Assert to confirm State and Verify to confirm behavior is correct.
You Assert a result, or a value
You Verify that a method has been called with appropriate parameters.