Class PersistenceIdsSpec
Inheritance
PersistenceIdsSpec
Assembly: Akka.Persistence.TCK.dll
Syntax
public abstract class PersistenceIdsSpec : TestKit, IActorRefFactory, IDisposable
Constructors
|
Improve this Doc
View Source
PersistenceIdsSpec(Config, String, ITestOutputHelper)
Declaration
protected PersistenceIdsSpec(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
AllocatesAllPersistenceIDsPublisher
Declaration
protected virtual bool AllocatesAllPersistenceIDsPublisher { get; }
Property Value
|
Improve this Doc
View Source
Extension
Declaration
protected PersistenceExtension Extension { get; }
Property Value
|
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
|
Improve this Doc
View Source
SnapshotStore
Declaration
protected IActorRef SnapshotStore { get; }
Property Value
Methods
|
Improve this Doc
View Source
AfterAll()
Declaration
protected override void AfterAll()
Overrides
|
Improve this Doc
View Source
ReadJournal_AllPersistenceIds_should_deliver_persistenceId_only_once_if_there_are_multiple_events()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_deliver_persistenceId_only_once_if_there_are_multiple_events()
|
Improve this Doc
View Source
ReadJournal_AllPersistenceIds_should_find_events_on_both_journal_and_snapshot_store()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_find_events_on_both_journal_and_snapshot_store()
|
Improve this Doc
View Source
ReadJournal_AllPersistenceIds_should_find_new_events()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_find_new_events()
|
Improve this Doc
View Source
ReadJournal_AllPersistenceIds_should_find_new_events_after_demand_request()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_find_new_events_after_demand_request()
|
Improve this Doc
View Source
ReadJournal_AllPersistenceIds_should_only_deliver_what_requested_if_there_is_more_in_the_buffer()
Declaration
[Fact]
public virtual void ReadJournal_AllPersistenceIds_should_only_deliver_what_requested_if_there_is_more_in_the_buffer()
|
Improve this Doc
View Source
ReadJournal_should_deallocate_AllPersistenceIds_publisher_when_the_last_subscriber_left()
Declaration
[Fact(Skip = "Not a good test - tightly couples to private implementation details")]
public virtual async Task ReadJournal_should_deallocate_AllPersistenceIds_publisher_when_the_last_subscriber_left()
Returns
|
Improve this Doc
View Source
ReadJournal_should_implement_IAllPersistenceIdsQuery()
Declaration
[Fact]
public void ReadJournal_should_implement_IAllPersistenceIdsQuery()
|
Improve this Doc
View Source
Setup(String, Int32)
Declaration
protected IActorRef Setup(string persistenceId, int n)
Parameters
Returns
|
Improve this Doc
View Source
WriteSnapshot(String, Int32)
Declaration
protected IActorRef WriteSnapshot(string persistenceId, int n)
Parameters
Returns
Implements
Extension Methods