public StoreTransactionTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); _client = fixture.GetDicomWebClient(); _instancesManager = new DicomInstancesManager(_client); _recyclableMemoryStreamManager = fixture.RecyclableMemoryStreamManager; }
public DeleteTests(HttpIntegrationTestFixture <Startup> fixture) { _client = fixture.Client; _recyclableMemoryStreamManager = fixture.RecyclableMemoryStreamManager; }
public DeleteTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); _client = fixture.Client; _recyclableMemoryStreamManager = fixture.RecyclableMemoryStreamManager; }
public RetrieveTransactionResourceTests(HttpIntegrationTestFixture <Startup> fixture) { _client = fixture.Client; }
public ChangeFeedTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); _client = fixture.GetDicomWebClient(); _instancesManager = new DicomInstancesManager(_client); }
public AuthenticationTests(HttpIntegrationTestFixture <Startup> fixture) { _fixture = fixture; }
public DicomRetrieveMetadataTransactionTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); _client = fixture.Client; }
public ChangeFeedTests(HttpIntegrationTestFixture <Startup> fixture) { _client = fixture.Client; }
public QueryTransactionTests(HttpIntegrationTestFixture <Startup> fixture) { _client = fixture.Client; }
public ExtendedQueryTagTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); EnsureArg.IsNotNull(fixture.Client, nameof(fixture.Client)); _client = fixture.Client; }
public RetrieveTransactionResourceTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); _client = fixture.GetDicomWebClient(); _instancesManager = new DicomInstancesManager(_client); }
public DicomRetrieveMetadataTransactionTests(HttpIntegrationTestFixture <Startup> fixture) { _client = fixture.Client; }
public QueryTransactionTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); _client = fixture.Client; }
public RetrieveResourcesAcceptanceTests(HttpIntegrationTestFixture <Startup> fixture) { _client = fixture.Client; _recyclableMemoryStreamManager = fixture.RecyclableMemoryStreamManager; }
public ChangeFeedTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); _client = fixture.Client; }
public DicomRetrieveMetadataETagTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); _client = fixture.GetDicomWebClient(); _instancesManager = new DicomInstancesManager(_client); }
public RetrieveTransactionResourceTests(HttpIntegrationTestFixture <Startup> fixture) { EnsureArg.IsNotNull(fixture, nameof(fixture)); _client = fixture.Client; }