26.338. Class QueueStorageTests
Namespace: ArmoniK.Core.Tests.Queue
Assembly: Queue.dll
public class QueueStorageTests
26.338.1. Inheritance
26.338.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
26.338.3. Fields
26.338.3.1. PullQueueStorage
protected IPullQueueStorage? PullQueueStorage
26.338.3.1.1. Field Value
IPullQueueStorage?
26.338.3.2. PushQueueStorage
protected IPushQueueStorage? PushQueueStorage
26.338.3.2.1. Field Value
IPushQueueStorage?
26.338.3.3. ServiceProvider
protected IServiceProvider ServiceProvider
26.338.3.3.1. Field Value
26.338.4. Methods
26.338.4.1. BuildServiceProvider()
public static IServiceProvider BuildServiceProvider()
26.338.4.1.1. Returns
26.338.4.2. CreatePullQueueStorageShouldSucceed()
[Test]
public Task CreatePullQueueStorageShouldSucceed()
26.338.4.2.1. Returns
26.338.4.3. CreatePushQueueStorageShouldSucceed()
[Test]
public Task CreatePushQueueStorageShouldSucceed()
26.338.4.3.1. Returns
26.338.4.4. GetQueueStorageInstanceShouldLoad()
[Test]
public void GetQueueStorageInstanceShouldLoad()
26.338.4.5. PullMessagesAsyncSucceeds()
[Test]
public Task PullMessagesAsyncSucceeds()
26.338.4.5.1. Returns
26.338.4.6. PullMessagesAsyncSucceedsOnMultipleCalls()
[Test]
public Task PullMessagesAsyncSucceedsOnMultipleCalls()
26.338.4.6.1. Returns
26.338.4.7. PushMessagesAsyncSucceeds()
[Test]
public Task PushMessagesAsyncSucceeds()
26.338.4.7.1. Returns
26.338.4.8. Setup()
[SetUp]
public void Setup()