0
如果我有下面的類,我怎麼使用RhinoMocks嘲笑伯爵關事的,即myStuff.Things.Count ?:如何使用Rhinomocks嘲笑Count屬性關閉子集的
public class myStuff : ImyStuff
{
private Dictionary<String,String> _things;
...Other Code
public Dictionary<string, string> Things
{
get
{
return _things;
}
}
...Other Code
}