Class CurrentAllEventsSpec
Inheritance
CurrentAllEventsSpec
Assembly: Akka.Persistence.TCK.dll
Syntax
public class CurrentAllEventsSpec : TestKit, IActorRefFactory, IDisposable
Constructors
|
Edit this page
View Source
CurrentAllEventsSpec(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 |
|
|
Edit this page
View Source
CurrentAllEventsSpec(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 Source
Materializer
Declaration
protected ActorMaterializer Materializer { get; }
Property Value
|
Edit this page
View Source
ReadJournal
Declaration
protected IReadJournal ReadJournal { get; set; }
Property Value
Methods
|
Edit this page
View Source
ReadJournal_query_AllEvents_should_complete_when_no_events()
Declaration
[Fact("D:\\a\\1\\s\\src\\core\\Akka.Persistence.TCK\\Query\\CurrentAllEventsSpec.cs", 86)]
public virtual void ReadJournal_query_AllEvents_should_complete_when_no_events()
|
Edit this page
View Source
ReadJournal_query_CurrentAllEvents_should_find_events_from_offset_exclusive()
Declaration
[Fact("D:\\a\\1\\s\\src\\core\\Akka.Persistence.TCK\\Query\\CurrentAllEventsSpec.cs", 120)]
public virtual void ReadJournal_query_CurrentAllEvents_should_find_events_from_offset_exclusive()
|
Edit this page
View Source
ReadJournal_query_CurrentAllEvents_should_find_existing_events()
Declaration
[Fact("D:\\a\\1\\s\\src\\core\\Akka.Persistence.TCK\\Query\\CurrentAllEventsSpec.cs", 50)]
public virtual void ReadJournal_query_CurrentAllEvents_should_find_existing_events()
|
Edit this page
View Source
ReadJournal_query_CurrentAllEvents_should_not_see_new_events_after_complete()
Declaration
[Fact("D:\\a\\1\\s\\src\\core\\Akka.Persistence.TCK\\Query\\CurrentAllEventsSpec.cs", 96)]
public virtual void ReadJournal_query_CurrentAllEvents_should_not_see_new_events_after_complete()
|
Edit this page
View Source
ReadJournal_query_CurrentAllEvents_should_see_all_150_events()
Declaration
[Fact("D:\\a\\1\\s\\src\\core\\Akka.Persistence.TCK\\Query\\CurrentAllEventsSpec.cs", 157)]
public virtual void ReadJournal_query_CurrentAllEvents_should_see_all_150_events()
|
Edit this page
View Source
ReadJournal_should_implement_ICurrentAllEventsQuery()
Declaration
[Fact("D:\\a\\1\\s\\src\\core\\Akka.Persistence.TCK\\Query\\CurrentAllEventsSpec.cs", 44)]
public void ReadJournal_should_implement_ICurrentAllEventsQuery()
Implements
Extension Methods