Hi, There
I have another question. I'm using expectSet to check for set error string:
--------------------------------------------
beMock.ExpectSet("PatientLevelErrorString").Args("Client Visit was not specified");
--------------------------------------------
and here's what I'm getting:
===========================
TypeMock Verification: Call to SXAMMDeterminePriceBE.set_PatientLevelErrorString() Parameter: 1
expected: <"Client Visit was not specified">
but was: <Client Visit was not specified>
=============================
It seems that the Args() call in the expect statement took the double quotes literally. How did this happen? I'm specifying the string the same way the sample code is doing? Why is it different for me?
Thanks.
Richard