Class EventsByPersistenceIdSpec
Inherited Members
TestKitBase.ExpectMsg<T>(Func<T, IActorRef, Boolean>, Nullable<TimeSpan>, String, CancellationToken)
TestKitBase.ExpectMsgAsync<T>(T, Func<T, T, Boolean>, Nullable<TimeSpan>, String, CancellationToken)
Namespace: Akka.Persistence.TCK.Query
Assembly: Akka.Persistence.TCK.dll
Syntax
public abstract class EventsByPersistenceIdSpec : TestKit, IActorRefFactory, IDisposable
Constructors
| Improve this Doc View SourceEventsByPersistenceIdSpec(Config, String, ITestOutputHelper)
Declaration
protected EventsByPersistenceIdSpec(Config config = null, string actorSystemName = null, ITestOutputHelper output = null)
Parameters
Type | Name | Description |
---|---|---|
Config | config | |
String | actorSystemName | |
Xunit.Abstractions.ITestOutputHelper | output |
Properties
| Improve this Doc View SourceMaterializer
Declaration
protected ActorMaterializer Materializer { get; }
Property Value
Type | Description |
---|---|
ActorMaterializer |
ReadJournal
Declaration
protected IReadJournal ReadJournal { get; set; }
Property Value
Type | Description |
---|---|
IReadJournal |
Methods
| Improve this Doc View SourceAfterAll()
Declaration
protected override void AfterAll()
Overrides
| Improve this Doc View SourceReadJournal_live_query_EventsByPersistenceId_should_find_new_events()
Declaration
[Fact]
public void ReadJournal_live_query_EventsByPersistenceId_should_find_new_events()
ReadJournal_live_query_EventsByPersistenceId_should_find_new_events_after_demand_request()
Declaration
[Fact]
public void ReadJournal_live_query_EventsByPersistenceId_should_find_new_events_after_demand_request()
ReadJournal_live_query_EventsByPersistenceId_should_find_new_events_up_to_SequenceNr()
Declaration
[Fact]
public void ReadJournal_live_query_EventsByPersistenceId_should_find_new_events_up_to_SequenceNr()
ReadJournal_live_query_EventsByPersistenceId_should_include_timestamp_in_EventEnvelope()
Declaration
[Fact]
public void ReadJournal_live_query_EventsByPersistenceId_should_include_timestamp_in_EventEnvelope()
ReadJournal_should_implement_IEventsByPersistenceIdQuery()
Declaration
[Fact]
public void ReadJournal_should_implement_IEventsByPersistenceIdQuery()