public StoreTransactionTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client           = fixture.GetDicomWebClient();
     _instancesManager = new DicomInstancesManager(_client);
     _recyclableMemoryStreamManager = fixture.RecyclableMemoryStreamManager;
 }
Пример #2
0
 public DeleteTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     _client = fixture.Client;
     _recyclableMemoryStreamManager = fixture.RecyclableMemoryStreamManager;
 }
Пример #3
0
 public DeleteTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client = fixture.Client;
     _recyclableMemoryStreamManager = fixture.RecyclableMemoryStreamManager;
 }
 public RetrieveTransactionResourceTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     _client = fixture.Client;
 }
Пример #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;
 }
Пример #7
0
 public DicomRetrieveMetadataTransactionTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client = fixture.Client;
 }
Пример #8
0
 public ChangeFeedTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     _client = fixture.Client;
 }
 public QueryTransactionTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     _client = fixture.Client;
 }
Пример #10
0
 public ExtendedQueryTagTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     EnsureArg.IsNotNull(fixture.Client, nameof(fixture.Client));
     _client = fixture.Client;
 }
Пример #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;
 }
Пример #15
0
 public ChangeFeedTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client = fixture.Client;
 }
Пример #16
0
 public DicomRetrieveMetadataETagTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client           = fixture.GetDicomWebClient();
     _instancesManager = new DicomInstancesManager(_client);
 }
Пример #17
0
 public RetrieveTransactionResourceTests(HttpIntegrationTestFixture <Startup> fixture)
 {
     EnsureArg.IsNotNull(fixture, nameof(fixture));
     _client = fixture.Client;
 }