public ProductConvertorRule(APITestFixture fixture) : base("TBSE", "TBSFullAccessApiKey") { _airingObjectHelper = new AiringObjectHelper(); _fixtureLocal = fixture; _clientLocal = this._fixtureLocal.restClient; }
public MediaIdGenerationRule(APITestFixture fixture) : base("CARE", "CartoonFullAccessApiKey") { _airingObjectHelper = new AiringObjectHelper(); _fixtureLocal = new APITestFixture("CartoonFullAccessApiKey"); _clientLocal = this._fixtureLocal.restClient; }
protected BaseAiringRule(string abbreviation, string brandApiKey) { _abbreviation = abbreviation; _fixture = new APITestFixture(brandApiKey); _client = _fixture.restClient; }
public ReservationPlaceControllerTest(APITestFixture fixture) : base(fixture) { }
public ControllerTestBase(APITestFixture fixture) { Client = fixture.Client; Services = fixture.Services; }
public GetDestinationRule(APITestFixture fixture) { _fixture = fixture; _client = _fixture.restClient; }
public AiringIdRules(APITestFixture fixture) { this.fixture = fixture; this.client = this.fixture.restClient; }
public DeleteAiringRules(APITestFixture fixture) { this.fixture = fixture; _client = this.fixture.restClient; }
public DeletePackageRule(APITestFixture fixture) { this.fixture = fixture; _client = this.fixture.restClient; }
public GetAiringByIdRule(APITestFixture fixture) { this.fixture = fixture; this.client = this.fixture.restClient; }
public PostPackageRule(APITestFixture fixture) { _fixture = fixture; _client = _fixture.restClient; }
public GetAiringHavingAuthorityInAirings(APITestFixture fixture) { _fixture = fixture; _client = _fixture.restClient; }
public GetAiringWithOptionStatusRule(APITestFixture fixture) { _fixture = fixture; _client = _fixture.restClient; }
public AiringStackedRule(APITestFixture fixture) { _fixture = fixture; _client = _fixture.restClient; }
public NoticeControllerTest(APITestFixture fixture) : base(fixture) { }
public GetAiringByFlightWindowRules(APITestFixture fixture) { this.fixture = fixture; this.client = this.fixture.restClient; }
public SignInByEmailTests(APITestFixture apiFixture, PersistenceTestFixture persistenceFixture) { _apiFixture = apiFixture; _persistenceFixture = persistenceFixture; }
public GetAiringWithContentTierInProperties(APITestFixture fixture) : base("TBSE", "TBSFullAccessApiKey") { _fixture = fixture; _client = _fixture.restClient; _airingObjectHelper = new AiringObjectHelper(); }
public ApiRoutingRules(APITestFixture fixture) { this.fixture = fixture; this.client = this.fixture.restClient; }
public GetAiringByDestinationRules(APITestFixture fixture) { this.fixture = fixture; this.client = this.fixture.restClient; }
public GetAiringWithCategoriesInProperties(APITestFixture fixture) { _fixture = fixture; _client = _fixture.restClient; }