摘要: stub will not make test fail, but mock will. In the context of unit testing, stubs and mocks are both used to isolate the code under test from externa 阅读全文
posted @ 2023-03-22 13:33 ChuckLu 阅读(10) 评论(0) 推荐(0) 编辑
摘要: how can I use NSubstitute for stub and mock? any difference about the usage? NSubstitute is a popular mocking library for .NET that allows you to crea 阅读全文
posted @ 2023-03-22 13:14 ChuckLu 阅读(12) 评论(0) 推荐(0) 编辑