Пример #1
0
 public TfsTrelloIntegration(ITfsClient tfsClient, ITrelloClient trelloClient)
 {
     _tfsClient = tfsClient;
     _trelloClient = trelloClient;
 }
 public void Init()
 {
     _tfsClientFake = A.Fake<ITfsClient>();
     _trelloClientFake = A.Fake<ITrelloClient>();
     _tfsTrelloIntegration = new TfsTrelloIntegration(_tfsClientFake, _trelloClientFake);
 }
Пример #3
0
 public TfsTrelloIntegration(ITfsClient tfsClient, ITrelloClient trelloClient)
 {
     _tfsClient    = tfsClient;
     _trelloClient = trelloClient;
 }
Пример #4
0
 public void Init()
 {
     _tfsClientFake        = A.Fake <ITfsClient>();
     _trelloClientFake     = A.Fake <ITrelloClient>();
     _tfsTrelloIntegration = new TfsTrelloIntegration(_tfsClientFake, _trelloClientFake);
 }