コード例 #1
0
 private FunnyService()
 {
     _repo = new FunnyRepository();
 }
コード例 #2
0
 public void Setup()
 {
     mockCache = new Mock <IPostCache>();
     TestablePostCache.Use(mockCache.Object);
     testClass = new FunnyRepository();
 }