Class CurrentPersistenceIdsSpec
Inherited Members
Namespace: Akka.Persistence.TCK.Query
Assembly: Akka.Persistence.TCK.dll
Syntax
public abstract class CurrentPersistenceIdsSpec : TestKit, IActorRefFactory, IDisposable
Constructors
| Edit this page View SourceCurrentPersistenceIdsSpec(Config, string, ITestOutputHelper)
Declaration
protected CurrentPersistenceIdsSpec(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_CurrentPersistenceIds_should_deliver_persistenceId_only_once()
Declaration
[Fact]
public virtual void ReadJournal_CurrentPersistenceIds_should_deliver_persistenceId_only_once()
ReadJournal_CurrentPersistenceIds_should_find_existing_events()
Declaration
[Fact]
public virtual void ReadJournal_CurrentPersistenceIds_should_find_existing_events()
ReadJournal_query_CurrentPersistenceIds_should_not_see_new_events_after_complete()
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentPersistenceIds_should_not_see_new_events_after_complete()
ReadJournal_should_implement_ICurrentEventsByPersistenceIdQuery()
Declaration
[Fact]
public void ReadJournal_should_implement_ICurrentEventsByPersistenceIdQuery()