21.348. Class QueueStorageTests
Namespace: ArmoniK.Core.Tests.Queue
Assembly: Queue.dll
public class QueueStorageTests
21.348.1. Inheritance
21.348.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
21.348.3. Fields
21.348.3.1. PullQueueStorage
protected IPullQueueStorage? PullQueueStorage
21.348.3.1.1. Field Value
IPullQueueStorage?
21.348.3.2. PushQueueStorage
protected IPushQueueStorage? PushQueueStorage
21.348.3.2.1. Field Value
IPushQueueStorage?
21.348.3.3. ServiceProvider
protected IServiceProvider ServiceProvider
21.348.3.3.1. Field Value
21.348.4. Methods
21.348.4.1. BuildServiceProvider()
public static IServiceProvider BuildServiceProvider()
21.348.4.1.1. Returns
21.348.4.2. CreatePullQueueStorageShouldSucceed()
[Test]
public Task CreatePullQueueStorageShouldSucceed()
21.348.4.2.1. Returns
21.348.4.3. CreatePushQueueStorageShouldSucceed()
[Test]
public Task CreatePushQueueStorageShouldSucceed()
21.348.4.3.1. Returns
21.348.4.4. GetQueueStorageInstanceShouldLoad()
[Test]
public void GetQueueStorageInstanceShouldLoad()
21.348.4.5. PullMessagesAsyncSucceeds()
[Test]
public Task PullMessagesAsyncSucceeds()
21.348.4.5.1. Returns
21.348.4.6. PullMessagesAsyncSucceedsOnMultipleCalls()
[Test]
public Task PullMessagesAsyncSucceedsOnMultipleCalls()
21.348.4.6.1. Returns
21.348.4.7. PushMessagesAsyncSucceeds()
[Test]
public Task PushMessagesAsyncSucceeds()
21.348.4.7.1. Returns
21.348.4.8. Setup()
[SetUp]
public void Setup()