Rhino Mocks - Stub .Expect vs .AssertWasCalled

前端 未结 3 2188
独厮守ぢ
独厮守ぢ 2020-12-07 23:00

OK, I know there has been a lot of confusion over the new AAA syntax in Rhino Mocks, but I have to be honest, from what I have seen so far, I like. It reads better, and sa

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-07 23:18

    Have you tried using

    data.AssertWasCalled(x => x.ListCount(1) = Arg.Is(EXPECTED_VALUE));
    

提交回复
热议问题