Exemple #1
0
 public SyncServiceTests(SportsFixture sportsFixture, ITestOutputHelper testOutputHelper)
     : base(testOutputHelper)
 {
     _syncService = sportsFixture.SyncService;
     _newsService = sportsFixture.NewsService;
     _newsArticleCommentService = sportsFixture.NewsArticleCommentService;
     _sportsContext             = sportsFixture.SportsContext;
 }
 public NewsServiceTests(SportsFixture sportsFixture)
 {
     _newsService   = sportsFixture.NewsService;
     _syncService   = sportsFixture.SyncService;
     _sportsContext = sportsFixture.SportsContext;
 }