Class EventsByPersistenceIdSpec
Inherited Members
Namespace: Akka.Persistence.TCK.Query
Assembly: Akka.Persistence.TCK.dll
Syntax
public abstract class EventsByPersistenceIdSpec : TestKit, IActorRefFactory, IDisposable
Constructors
| Edit this page 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 | |
ITestOutputHelper | output |
Properties
| Edit this page 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
| Edit this page View SourceAfterAll()
This method is called when a test ends.
Declaration
protected override void AfterAll()
Overrides
| Edit this page 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()