NSubstitute.Exceptions.CallNotReceivedException: Expected to receive call:
PromptForYesNo("Sums insured business interruption period is 653 month(s) longer than fire indemnity period.", any String)
Actually received (non-matching arguments indicated with '*' characters):
PromptForYesNo(*"Sums insured business interruption period is 653 month(s) longer than fire indemnity period.
"*, "Do you want to save?")
誰が問題が何であるかを見ることができますか? 私には、文字列は同一に見えますが、それらは同じオブジェクト プロパティから来ています。
これが失敗する理由についての情報をいただければ幸いです。