22.344. Class QueueStorageTests
Namespace: ArmoniK.Core.Tests.Queue
Assembly: Queue.dll
public class QueueStorageTests
22.344.1. Inheritance
22.344.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
22.344.3. Fields
22.344.3.1. PullQueueStorage
protected IPullQueueStorage? PullQueueStorage
22.344.3.1.1. Field Value
IPullQueueStorage?
22.344.3.2. PushQueueStorage
protected IPushQueueStorage? PushQueueStorage
22.344.3.2.1. Field Value
IPushQueueStorage?
22.344.3.3. ServiceProvider
protected IServiceProvider ServiceProvider
22.344.3.3.1. Field Value
22.344.4. Methods
22.344.4.1. BuildServiceProvider()
public static IServiceProvider BuildServiceProvider()
22.344.4.1.1. Returns
22.344.4.2. CreatePullQueueStorageShouldSucceed()
[Test]
public Task CreatePullQueueStorageShouldSucceed()
22.344.4.2.1. Returns
22.344.4.3. CreatePushQueueStorageShouldSucceed()
[Test]
public Task CreatePushQueueStorageShouldSucceed()
22.344.4.3.1. Returns
22.344.4.4. GetQueueStorageInstanceShouldLoad()
[Test]
public void GetQueueStorageInstanceShouldLoad()
22.344.4.5. PullMessagesAsyncSucceeds()
[Test]
public Task PullMessagesAsyncSucceeds()
22.344.4.5.1. Returns
22.344.4.6. PullMessagesAsyncSucceedsOnMultipleCalls()
[Test]
public Task PullMessagesAsyncSucceedsOnMultipleCalls()
22.344.4.6.1. Returns
22.344.4.7. PushMessagesAsyncSucceeds()
[Test]
public Task PushMessagesAsyncSucceeds()
22.344.4.7.1. Returns
22.344.4.8. Setup()
[SetUp]
public void Setup()