Class CurrentEventsByPersistenceIdSpec
Inheritance
CurrentEventsByPersistenceIdSpec
Assembly: Akka.Persistence.TCK.dll
Syntax
public abstract class CurrentEventsByPersistenceIdSpec : TestKit, IActorRefFactory, IDisposable
Constructors
|
Improve this Doc
View Source
CurrentEventsByPersistenceIdSpec(Config, String, ITestOutputHelper)
Declaration
protected CurrentEventsByPersistenceIdSpec(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
Materializer
Declaration
protected ActorMaterializer Materializer { get; }
Property Value
|
Improve this Doc
View Source
ReadJournal
Declaration
protected IReadJournal ReadJournal { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
AfterAll()
Declaration
protected override void AfterAll()
Overrides
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_find_existing_events()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_find_existing_events()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_find_existing_events_up_to_a_sequence_number()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_find_existing_events_up_to_a_sequence_number()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_include_timestamp_in_EventEnvelope()
Declaration
[Fact]
public void ReadJournal_CurrentEventsByPersistenceId_should_include_timestamp_in_EventEnvelope()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_not_see_new_events_after_completion()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_not_see_new_events_after_completion()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_cleaned_journal_from_0_to_0()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_cleaned_journal_from_0_to_0()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_cleaned_journal_from_0_to_MaxLong()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_cleaned_journal_from_0_to_MaxLong()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_empty_journal()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_empty_journal()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_empty_journal_from_0_to_0()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_empty_journal_from_0_to_0()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_journal_from_0_to_0()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_journal_from_0_to_0()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_journal_from_SequenceNr_greater_than_HighestSequenceNr()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_return_empty_stream_for_journal_from_SequenceNr_greater_than_HighestSequenceNr()
|
Improve this Doc
View Source
ReadJournal_CurrentEventsByPersistenceId_should_return_remaining_values_after_partial_journal_cleanup()
Declaration
[Fact]
public virtual void ReadJournal_CurrentEventsByPersistenceId_should_return_remaining_values_after_partial_journal_cleanup()
|
Improve this Doc
View Source
ReadJournal_should_implement_ICurrentEventsByPersistenceIdQuery()
Declaration
[Fact]
public void ReadJournal_should_implement_ICurrentEventsByPersistenceIdQuery()
Implements
Extension Methods