30.343. Class QueueStorageTests
Namespace: ArmoniK.Core.Tests.Queue
Assembly: Queue.dll
public class QueueStorageTests
30.343.1. Inheritance
30.343.2. Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
30.343.3. Fields
30.343.3.1. PullQueueStorage
protected IPullQueueStorage? PullQueueStorage
30.343.3.1.1. Field Value
IPullQueueStorage?
30.343.3.2. PushQueueStorage
protected IPushQueueStorage? PushQueueStorage
30.343.3.2.1. Field Value
IPushQueueStorage?
30.343.3.3. ServiceProvider
protected IServiceProvider ServiceProvider
30.343.3.3.1. Field Value
30.343.4. Methods
30.343.4.1. BuildServiceProvider()
public static IServiceProvider BuildServiceProvider()
30.343.4.1.1. Returns
30.343.4.2. CreatePullQueueStorageShouldSucceed()
[Test]
public Task CreatePullQueueStorageShouldSucceed()
30.343.4.2.1. Returns
30.343.4.3. CreatePushQueueStorageShouldSucceed()
[Test]
public Task CreatePushQueueStorageShouldSucceed()
30.343.4.3.1. Returns
30.343.4.4. GetQueueStorageInstanceShouldLoad()
[Test]
public void GetQueueStorageInstanceShouldLoad()
30.343.4.5. PullMessagesAsyncSucceeds()
[Test]
public Task PullMessagesAsyncSucceeds()
30.343.4.5.1. Returns
30.343.4.6. PullMessagesAsyncSucceedsOnMultipleCalls()
[Test]
public Task PullMessagesAsyncSucceedsOnMultipleCalls()
30.343.4.6.1. Returns
30.343.4.7. PushMessagesAsyncSucceeds()
[Test]
public Task PushMessagesAsyncSucceeds()
30.343.4.7.1. Returns
30.343.4.8. Setup()
[SetUp]
public void Setup()