文件名称:moq4:用于管理Moq 4.x的仓库
文件大小:425KB
文件格式:ZIP
更新时间:2024-05-20 14:56:58
C#
起订量 NET的最流行和友好的模拟库 var mock = new Mock < ILoveThisLibrary>(); // WOW! No record/replay weirdness?! :) mock . Setup ( library => library . DownloadExists ( " 2.0.0.0 " )) . Returns ( true ); // Use the Object property on the mock to get a reference to the object // implementing ILoveThisLibrary, and then exercise it by calling // methods on it ILoveThisLibrary lovable = mock .