Class CurrentEventsByTagSpec
Inheritance
CurrentEventsByTagSpec
Assembly: Akka.Persistence.TCK.dll
public abstract class CurrentEventsByTagSpec : TestKit, IActorRefFactory, IDisposable
Constructors
|
Improve this Doc
View Source
Declaration
protected CurrentEventsByTagSpec(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 Source
Declaration
protected ActorMaterializer Materializer { get; }
Property Value
|
Improve this Doc
View Source
Declaration
protected IReadJournal ReadJournal { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
protected virtual bool SupportsTagsInEventEnvelope { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentEventsByTag_should_complete_when_no_events()
|
Improve this Doc
View Source
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentEventsByTag_should_find_events_from_offset_exclusive()
|
Improve this Doc
View Source
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentEventsByTag_should_find_existing_events()
|
Improve this Doc
View Source
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentEventsByTag_should_include_timestamp_in_EventEnvelope()
|
Improve this Doc
View Source
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentEventsByTag_should_not_see_new_events_after_complete()
|
Improve this Doc
View Source
Declaration
[Fact]
public virtual void ReadJournal_query_CurrentEventsByTag_should_see_all_150_events()
|
Improve this Doc
View Source
Declaration
[Fact]
public void ReadJournal_should_implement_ICurrentEventsByTagQuery()
Implements
Extension Methods