示例#1
0
 public void SetUp()
 {
     _statsManager = Substitute.For <INodeStatsManager>();
     _comparer     = new PeerComparer(_statsManager);
 }