17.341. Class QueueStorageTests
Namespace: ArmoniK.Core.Tests.Queue
Assembly: Queue.dll
public class QueueStorageTests
17.341.1. Inheritance
17.341.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
17.341.3. Fields
17.341.3.1. Options
protected Amqp? Options
17.341.3.1.1. Field Value
Amqp?
17.341.3.2. PullQueueStorage
protected IPullQueueStorage? PullQueueStorage
17.341.3.2.1. Field Value
IPullQueueStorage?
17.341.3.3. PushQueueStorage
protected IPushQueueStorage? PushQueueStorage
17.341.3.3.1. Field Value
IPushQueueStorage?
17.341.3.4. ServiceProvider
protected IServiceProvider ServiceProvider
17.341.3.4.1. Field Value
17.341.4. Methods
17.341.4.1. BuildServiceProvider()
public static IServiceProvider BuildServiceProvider()
17.341.4.1.1. Returns
17.341.4.2. CreatePullQueueStorageShouldSucceed()
[Test]
public Task CreatePullQueueStorageShouldSucceed()
17.341.4.2.1. Returns
17.341.4.3. CreatePushQueueStorageShouldSucceed()
[Test]
public Task CreatePushQueueStorageShouldSucceed()
17.341.4.3.1. Returns
17.341.4.4. GetQueueStorageInstanceShouldLoad()
[Test]
public void GetQueueStorageInstanceShouldLoad()
17.341.4.5. PullMessagesAsyncSucceeds()
[Test]
public Task PullMessagesAsyncSucceeds()
17.341.4.5.1. Returns
17.341.4.6. PullMessagesAsyncSucceedsOnMultipleCalls()
[Test]
public Task PullMessagesAsyncSucceedsOnMultipleCalls()
17.341.4.6.1. Returns
17.341.4.7. PushMessagesAsyncSucceeds()
[Test]
public Task PushMessagesAsyncSucceeds()
17.341.4.7.1. Returns
17.341.4.8. Setup()
[SetUp]
public void Setup()