Class AllEventsSpec
Inherited Members
TestKitBase.ExpectMsg<T>(Func<T, IActorRef, Boolean>, Nullable<TimeSpan>, String, CancellationToken)
TestKitBase.ExpectMsgAsync<T>(T, Func<T, T, Boolean>, Nullable<TimeSpan>, String, CancellationToken)
Namespace: Akka.Persistence.TCK.Query
Assembly: Akka.Persistence.TCK.dll
Syntax
public class AllEventsSpec : TestKit, IActorRefFactory, IDisposable
Constructors
| Improve this Doc View SourceAllEventsSpec(Config, String, ITestOutputHelper)
Declaration
protected AllEventsSpec(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 SourceMaterializer
Declaration
protected ActorMaterializer Materializer { get; }
Property Value
Type | Description |
---|---|
ActorMaterializer |
ReadJournal
Declaration
protected IReadJournal ReadJournal { get; set; }
Property Value
Type | Description |
---|---|
IReadJournal |
Methods
| Improve this Doc View SourceReadJournal_query_AllEvents_should_find_events_from_offset_exclusive()
Declaration
[Fact]
public virtual void ReadJournal_query_AllEvents_should_find_events_from_offset_exclusive()
ReadJournal_query_AllEvents_should_find_new_events()
Declaration
[Fact]
public virtual void ReadJournal_query_AllEvents_should_find_new_events()
ReadJournal_should_implement_IAllEventsQuery()
Declaration
[Fact]
public void ReadJournal_should_implement_IAllEventsQuery()