23.338. Class QueueStorageTests
Namespace: ArmoniK.Core.Tests.Queue
Assembly: Queue.dll
public class QueueStorageTests
23.338.1. Inheritance
23.338.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
23.338.3. Fields
23.338.3.1. PullQueueStorage
protected IPullQueueStorage? PullQueueStorage
23.338.3.1.1. Field Value
IPullQueueStorage?
23.338.3.2. PushQueueStorage
protected IPushQueueStorage? PushQueueStorage
23.338.3.2.1. Field Value
IPushQueueStorage?
23.338.3.3. ServiceProvider
protected IServiceProvider ServiceProvider
23.338.3.3.1. Field Value
23.338.4. Methods
23.338.4.1. BuildServiceProvider()
public static IServiceProvider BuildServiceProvider()
23.338.4.1.1. Returns
23.338.4.2. CreatePullQueueStorageShouldSucceed()
[Test]
public Task CreatePullQueueStorageShouldSucceed()
23.338.4.2.1. Returns
23.338.4.3. CreatePushQueueStorageShouldSucceed()
[Test]
public Task CreatePushQueueStorageShouldSucceed()
23.338.4.3.1. Returns
23.338.4.4. GetQueueStorageInstanceShouldLoad()
[Test]
public void GetQueueStorageInstanceShouldLoad()
23.338.4.5. PullMessagesAsyncSucceeds()
[Test]
public Task PullMessagesAsyncSucceeds()
23.338.4.5.1. Returns
23.338.4.6. PullMessagesAsyncSucceedsOnMultipleCalls()
[Test]
public Task PullMessagesAsyncSucceedsOnMultipleCalls()
23.338.4.6.1. Returns
23.338.4.7. PushMessagesAsyncSucceeds()
[Test]
public Task PushMessagesAsyncSucceeds()
23.338.4.7.1. Returns
23.338.4.8. Setup()
[SetUp]
public void Setup()