public StoreTransactionTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client           = fixture.GetDicomWebClient();
     _instancesManager = new DicomInstancesManager(_client);
     _recyclableMemoryStreamManager = fixture.RecyclableMemoryStreamManager;
 }
Beispiel #2
0
 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;
 }
Beispiel #5
0
 public ChangeFeedTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client           = fixture.GetDicomWebClient();
     _instancesManager = new DicomInstancesManager(_client);
 }
 public AuthenticationTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     _fixture = fixture;
 }
Beispiel #7
0
 public DicomRetrieveMetadataTransactionTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client = fixture.Client;
 }
Beispiel #8
0
 public ChangeFeedTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     _client = fixture.Client;
 }
 public QueryTransactionTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     _client = fixture.Client;
 }
Beispiel #10
0
 public ExtendedQueryTagTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     EnsureArg.IsNotNull(fixture.Client, nameof(fixture.Client));
     _client = fixture.Client;
 }
Beispiel #11
0
 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;
 }
Beispiel #16
0
 public DicomRetrieveMetadataETagTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client           = fixture.GetDicomWebClient();
     _instancesManager = new DicomInstancesManager(_client);
 }
Beispiel #17
0
 public RetrieveTransactionResourceTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client = fixture.Client;
 }