Ejemplo n.º 1
0
        public LeagueLifecycleServiceImplTests()
        {
            testObj = new LeagueLifecycleServiceImpl(trinketSpawner, leagueModificationRepositoryService, leagueModificationResolutionService, leagueModificationObjectCompilerService, leagueModificationCommandListCompilerService, leagueGameModificationLinkerService, leagueSessionService, radsService, leagueTrinketSpawnConfigurationFactory);

            modifications = new[] { firstModification, secondModification };
            When(leagueModificationRepositoryService.EnumerateModifications()).ThenReturn(modifications);
        }
        public LeagueLifecycleServiceImplTests()
        {
            testObj = new LeagueLifecycleServiceImpl(trinketSpawner, leagueModificationRepositoryService, leagueModificationResolutionService, leagueModificationObjectCompilerService, leagueModificationCommandListCompilerService, leagueGameModificationLinkerService, leagueSessionService, radsService, leagueTrinketSpawnConfigurationFactory);

             modifications = new[] { firstModification, secondModification };
             When(leagueModificationRepositoryService.EnumerateModifications()).ThenReturn(modifications);
        }