Class CurrentAllEventsSpec
Inherited Members
Namespace: Akka.Persistence.TCK.Query
Assembly: Akka.Persistence.TCK.dll
Syntax
public class CurrentAllEventsSpec : TestKit, IActorRefFactory, IDisposable
Constructors
| Edit this page View SourceCurrentAllEventsSpec(Config, string, ITestOutputHelper)
Declaration
protected CurrentAllEventsSpec(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 SourceReadJournal_query_AllEvents_should_complete_when_no_events()
Declaration
[Fact]
public virtual void ReadJournal_query_AllEvents_should_complete_when_no_events()
ReadJournal_query_CurrentAllEvents_should_find_events_from_offset_exclusive()
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentAllEvents_should_find_events_from_offset_exclusive()
ReadJournal_query_CurrentAllEvents_should_find_existing_events()
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentAllEvents_should_find_existing_events()
ReadJournal_query_CurrentAllEvents_should_not_see_new_events_after_complete()
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentAllEvents_should_not_see_new_events_after_complete()
ReadJournal_query_CurrentAllEvents_should_see_all_150_events()
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentAllEvents_should_see_all_150_events()
ReadJournal_should_implement_ICurrentAllEventsQuery()
Declaration
[Fact]
public void ReadJournal_should_implement_ICurrentAllEventsQuery()