Exemplo n.º 1
0
 public virtual void Setup()
 {
     this.checker = Org.Mockito.Mockito.Spy(new DummyAppChecker());
     this.store   = Org.Mockito.Mockito.Spy(new InMemorySCMStore(checker));
 }
Exemplo n.º 2
0
 public AppCheckTask(InMemorySCMStore _enclosing, AppChecker appChecker)
 {
     this._enclosing     = _enclosing;
     this.taskAppChecker = appChecker;
 }