Пример #1
0
 public void FixtureSetup()
 {
     //_client = SqsTestClientFactory.GetClient();
     // NOTE: This purposely gets an instance of the Fake client directly vs. using the factory, as these
     // tests create a lot of queues that are never really used, so we don't want to actually run it against
     // a "real" SQS instance typically. If we want to, just use the line above instead of the line below.
     client = FakeAmazonSqs.Instance;
     helper = new FakeSqsClientHelper(client);
 }
 public void FixtureSetup()
 {
     //_client = SqsTestClientFactory.GetClient();
     // NOTE: This purposely gets an instance of the Fake client directly vs. using the factory, as these
     // tests create a lot of queues that are never really used, so we don't want to actually run it against
     // a "real" SQS instance typically. If we want to, just use the line above instead of the line below.
     client = FakeAmazonSqs.Instance;
     helper = new FakeSqsClientHelper(client);
 }