Substitute.For<>() creates full mock, while Substitute.ForPartsOf<> creates partial mock. For example: [Test] public void Test() { var person = Substitute.
確定! 回上一頁